-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 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
37
38
39
40
41
{
"name": "@codedmonkey/dirigent",
"license": "FSL-1.1-MIT",
"private": true,
"type": "module",
"devDependencies": {
"@babel/core": "^8.0.0",
"@babel/preset-env": "^8.0.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^7.0.0",
"babel-plugin-polyfill-corejs3": "^1.0.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": "^7.0.0"
},
"devEngines": {
"packageManager": {
"name": "npm",
"version": ">=11.16.0",
"onFail": "error"
}
},
"scripts": {
"serve": "encore dev-server",
"build": "encore dev",
"watch": "encore dev --watch",
"production": "encore production --progress"
},
"browserslist": [
"defaults",
"not IE 11"
],
"allowScripts": {
"core-js": false
}
}