forked from Noelierx/GameHer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 854 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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.27.0",
"core-js": "^3.1.4",
"postcss-comment": "^2.0.0",
"postcss-custom-properties": "^9.0.2",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"webpack-notifier": "^1.8.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"heroku-postbuild": "encore production"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.0",
"ckeditor": "^4.12.1",
"datatables": "^1.10.18",
"jquery": "^3.4.1",
"materialize-css": "^1.0.0",
"normalize.css": "^8.0.1",
"quill": "^1.3.6"
}
}