-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 949 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 949 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
31
32
33
34
35
36
{
"name": "v3",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "eslint assets/",
"lint:fix": "eslint assets/ --fix",
"lighthouse": "lhci autorun",
"lighthouse:docker": "lhci autorun --collect.url=http://localhost"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@hotwired/stimulus": "^3.2.0",
"@hotwired/turbo": "^7.1.0 || ^8.0",
"@lhci/cli": "^0.13.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/assets",
"@symfony/webpack-encore": "^4.7.0",
"eslint": "^8.57.0",
"sass": "^1.77.0",
"sass-loader": "^14.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.0"
},
"dependencies": {
"core-js": "^3.38"
},
"volta": {
"node": "20.19.5",
"yarn": "1.22.22"
}
}