-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 992 Bytes
/
package.json
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
{
"engines": {
"node": "^18.0",
"pnpm": "^8.7.1"
},
"packageManager": "[email protected]",
"engineStrict": true,
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@hotwired/stimulus": "^3.2.2",
"@popperjs/core": "^2.11.8",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/webpack-encore": "^4.4.0",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"core-js": "^3.32.1",
"regenerator-runtime": "^0.13.11",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"simple-datatables": "^8.0.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0",
"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"
}
}