-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·36 lines (36 loc) · 1.19 KB
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
{
"devDependencies": {
"@babel/core": "^8.0.1",
"@babel/plugin-transform-class-properties": "^8.0.1",
"@babel/preset-env": "^8.0.2",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^4.0.1",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/assets",
"@symfony/webpack-encore": "^7.1.0",
"chart.js": "^4.5.1",
"core-js": "^3.49.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.102.0",
"sass-loader": "^17.0.0",
"stimulus": "^3.2.2",
"tom-select": "^2.6.2",
"webpack": "^5.109.0",
"webpack-cli": "^7.2.1",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"resolutions": {
"lodash": "^4.18.0",
"postcss": "^8.5.18",
"semver": "^7.5.2"
},
"scripts": {
"postinstall": "cp tsconfig.package.json node_modules/tsconfig.package.json",
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}