-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1013 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
34
35
36
37
38
{
"name": "kstats",
"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.27",
"cross-env": "^7.0",
"jquery": "^3.6.0",
"laravel-mix": "^6.0",
"lodash": "^4.17.21",
"resolve-url-loader": "^5.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.11.5",
"apexcharts": "^3.37.1",
"bootstrap": "^5.1.3",
"datatables.net": "^1.11.3",
"datatables.net-bs5": "^1.11.4",
"datatables.net-responsive": "^2.2.9",
"datatables.net-responsive-bs5": "^2.3.0",
"moment": "^2.29.4",
"notyf": "^3.10.0",
"select2": "^4.0.13",
"select2-bootstrap-5-theme": "^1.1.1",
"sweetalert2": "^11.4"
}
}