-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.28 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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.11.5",
"@swup/debug-plugin": "^1.0",
"@swup/fade-theme": "^1.0",
"@swup/forms-plugin": "^1.0",
"@swup/slide-theme": "^1.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-swup": "file:vendor/symfony/ux-swup/assets",
"@symfony/webpack-encore": "^3.0.0",
"bootstrap": "^5.2.0",
"chart.js": "^3.8.0",
"chartjs-adapter-moment": "^1.0.0",
"chartjs-plugin-zoom": "^1.2.1",
"core-js": "^3.23.0",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"prettier": "^2.7.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.53.0",
"sass-loader": "^13.0.0",
"select2": "^4.1.0-rc.0",
"stimulus": "^2.0.0",
"swup": "^2.0",
"webpack-notifier": "^1.15.0"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"fix-style": "prettier --write assets/**/*.{js,scss}",
"check-style": "prettier --check assets/**/*.{js,scss}"
}
}