-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 949 Bytes
/
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
{
"devDependencies": {
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/webpack-encore": "^1.0.0",
"@mdi/font": "^5.9.55",
"autoprefixer": "^10.2.5",
"core-js": "^3.0.0",
"dropzone": "^5.8.0",
"file-loader": "^6.2.0",
"fslightbox": "^3.2.3",
"glob-all": "^3.2.1",
"jquery": "^3.6.0",
"path": "^0.12.7",
"postcss": "^8.2.13",
"postcss-loader": "^5.1.0",
"purgecss-webpack-plugin": "^4.0.2",
"regenerator-runtime": "^0.13.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"stimulus": "^2.0.0",
"tailwindcss": "^2.0.3",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}