-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.32 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
{
"dependencies": {
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"highlight.js": "^11.10.0",
"stimulus-use": "^0.52.2"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets",
"@symfony/webpack-encore": "^5.0.0",
"core-js": "^3.37.1",
"eslint-config-love": "^86.0.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"stylelint": "^16.7.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.4.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "5.6.*",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"stylelint": "stylelint \"assets/**/*.scss\"",
"stylelint-fix": "stylelint \"assets/**/*.scss\" --fix",
"eslint": "eslint \"assets/**/*.ts\" --report-unused-disable-directives"
}
}