-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 903 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 903 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
30
{
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.29.0",
"@symfony/webpack-encore": "^5",
"@types/bootstrap": "^5.2.10",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"core-js": "^3.48.0",
"file-loader": "^6.0.0",
"highcharts": "^12",
"regenerator-runtime": "^0.14.1",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"ts-loader": "^9.5.4",
"typescript": "^5",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-notifier": "^1.6.0"
},
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {}
}