-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 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
{
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/Resources/assets",
"@symfony/webpack-encore": "^1.8.1",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.1",
"alpinejs": "^3.3.4",
"autoprefixer": "^10.4.0",
"chart.js": "^3.4.1",
"core-js": "^3.0.0",
"glob-all": "^3.2.1",
"path": "^0.12.7",
"postcss": "^8.3.11",
"postcss-loader": "^6.1.1",
"purgecss-webpack-plugin": "^4.0.3",
"regenerator-runtime": "^0.13.2",
"stimulus": "^2.0.0",
"tailwindcss": "^2.2.19",
"webpack-notifier": "^1.6.0"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}