-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 1.11 KB
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 1.11 KB
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
{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@popperjs/core": "^2.9.1",
"@symfony/stimulus-bridge": "^2.0.2",
"bootstrap": "^5.0.0-beta2",
"nouislider": "^14.6.4",
"stimulus": "^2.0.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"devDependencies": {
"@symfony/ux-dropzone": "file:vendor/symfony/ux-dropzone/Resources/assets",
"@symfony/webpack-encore": "^1.3.0",
"core-js": "^3.9.1",
"css-what": "^5.0.1",
"eslint": "^7.23.0",
"eslint-config-google": "^0.14.0",
"file-loader": "^6.2.0",
"is-svg": ">=4.2.2",
"node-sass": "^5.0.0",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^10.1.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"trim-newlines": "^3.0.1",
"webpack-notifier": "^1.6.0",
"ws": ">=7.4.6"
}
}