-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.3 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
{
"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": "^1.6.4",
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.12",
"laravel-vapor": "^0.2.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.5",
"popper.js": "^1.16.1",
"postcss": "^8.2.8",
"resolve-url-loader": "^2.3.1",
"sass": "^1.32.8",
"sass-loader": "13.2.1",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"admin-lte": "^3.1.0",
"chart.js": "^4.2.1",
"chartjs-plugin-zoom": "^2.0.1",
"css-loader": "^6.7.3",
"laravel-vue2-validator": "0.0.8",
"style-loader": "3.3.2",
"vue-chartjs": "^5.2.0",
"vue-google-adsense": "^1.10.1",
"vue-loading-template": "^1.3.2",
"vue-matomo": "^4.2.0",
"vue-plyr": "^6.0.4",
"vue-router": "^3.5.1",
"vue-script2": "^2.1.0"
}
}