forked from kevinpapst/AdminLTEBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 747 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 747 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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "~5.12",
"@symfony/webpack-encore": "^0.28",
"admin-lte": "^2.4",
"bootstrap-sass": "^3.4",
"bootstrap-select": "^1.13",
"daterangepicker": "^3.0",
"icheck": "^1.0",
"jquery": "^3.4",
"jquery-slimscroll": "^1.3",
"jquery-ui": "^1.12",
"js-cookie": "^2.2",
"node-sass": "^4.13",
"sass-loader": "^7.3",
"webpack-notifier": "^1.8"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {}
}