-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.13",
"lodash": "^4.17.21",
"postcss": "^8.2.8",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"animate.css": "^4.1.1",
"bootstrap": "^4.6",
"bootstrap-icons": "^1.4.0",
"bootstrap4-duallistbox": "^4.0.2",
"chart.js": "^2.9.4",
"clipboard": "^2.0.8",
"datatables.net-bs4": "^1.10.24",
"datatables.net-buttons-bs4": "^1.7.0",
"datatables.net-responsive-bs4": "^2.2.7",
"dropzone": "^5.8.1",
"jquery": "^3.6.0",
"jquery-slimscroll": "^1.3.8",
"jquery-ui": "^1.12.1",
"node-waves": "^0.7.6",
"popper.js": "^1.16.1",
"quill": "^1.3.7",
"select2": "^4.0.13",
"typeahead.js": "^0.11.1"
}
}