-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 809 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 809 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
{
"name": "@codedmonkey/dirigent",
"license": "FSL-1.1-MIT",
"private": true,
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^5.1.0",
"chart.js": "^4.4.7",
"core-js": "^3.38.0",
"regenerator-runtime": "^0.13.9",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.0"
},
"scripts": {
"serve": "encore dev-server",
"build": "encore dev",
"watch": "encore dev --watch",
"production": "encore production --progress"
},
"browserslist": [
"defaults",
"not IE 11"
]
}