-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·32 lines (32 loc) · 838 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
{
"devDependencies": {
"@symfony/stimulus-bridge": "^3.2.1",
"@symfony/webpack-encore": "^4.2.0",
"core-js": "^3.27.2",
"file-loader": "^6.2.0",
"regenerator-runtime": "^0.13.11",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"stimulus": "^3.2.1",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"prod": "encore production --progress"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"bulma": "^0.9.4",
"bulma-accordion": "^2.0.1",
"bulma-extensions": "^6.2.7",
"bulma-switch": "^2.0.4",
"copy-webpack-plugin": "^11.0.0",
"node-sass": "^8.0.0",
"sortablejs": "^1.15.0",
"swiper": "^8.4.6"
}
}