-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "encore production --progress --node-env production",
"dev": "encore dev",
"dev-server": "encore dev-server",
"watch": "encore dev --watch",
"generate-analyze-stats": "generate-stats && analyze-stats",
"generate-stats": "encore production --progress --node-env production --json > stats.json",
"analyze-stats": "webpack-bundle-analyzer stats.json public/build"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@hotwired/stimulus": "^3.2.2",
"@popperjs/core": "^2.11.8",
"@symfony/stimulus-bridge": "^3.2.2",
"babel": "^6.23.0",
"bootstrap": "^5.3.3",
"boxicons": "^2.1.4",
"flatpickr": "^4.6.13",
"postcss-loader": "^8.1.1",
"sass-loader": "^13.0.0 || ^14.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@symfony/webpack-encore": "github:symfony/webpack-encore",
"core-js": "^3.38.1",
"file-loader": "^6.2.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.77.8",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
}
}