-
-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
41 lines (41 loc) · 1.21 KB
/
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
35
36
37
38
39
40
41
{
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"stylelint": "stylelint ./assets/styles/*.scss"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@sentry/browser": "^7.66.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^4.0.0",
"artillery": "^2.0.0-11",
"awesomplete": "^1.1.3",
"bootstrap": "^4.6.2",
"clipboard": "^2.0.4",
"core-js": "^3.23.0",
"postcss-scss": "^4.0.3",
"promise-polyfill": "^8.1.0",
"regenerator-runtime": "^0.14.0",
"sass": "^1.49.7",
"sass-loader": "^13.0.0",
"stimulus": "^3.2.2",
"stylelint": "^15.10.3",
"stylelint-scss": "^5.1.0",
"tooltip.js": "^1.3.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0",
"whatwg-fetch": "^3.0.0"
},
"volta": {
"node": "18.16.0",
"yarn": "1.22.17"
}
}