-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 865 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
33
{
"devDependencies": {
"@symfony/webpack-encore": "^0.27.0",
"core-js": "^3.0.0",
"font-awesome-loader": "^1.0.2",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"bootstrap": "^4.3.1",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@coreui/coreui": "^2.1.9",
"bootstrap": "^4.3.1",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-material-design": "^4.1.1",
"datatables": "^1.10.18",
"datatables.net": "^1.10.19",
"datatables.net-dt": "^1.10.19",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"node-sass": "^4.12.0",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.15.0",
"sass-loader": "^7.1.0",
"toastr": "^2.1.4"
}
}