-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 959 Bytes
/
package.json
File metadata and controls
executable file
·29 lines (29 loc) · 959 Bytes
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
{
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@hotwired/stimulus": "^3.2.1",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/webpack-encore": "^4.2.0",
"chart.js": "^3.4.1 <3.9",
"core-js": "^3.29.1",
"regenerator-runtime": "^0.13.11",
"sass": "^1.60.0",
"sass-loader": "^13.2.2",
"stimulus": "^3.2.1",
"tom-select": "^2.2.2",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}