-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
62 lines (62 loc) · 1.98 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"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": {
"@fortawesome/fontawesome-free": "^5.15.3",
"anychart": "^8.10.0",
"autoprefixer": "^10.3.0",
"axios": "^0.21",
"browser-sync": "^2.27.11",
"browser-sync-webpack-plugin": "^2.3.0",
"chart.js": "^3.4.1",
"chartjs-plugin-annotation": "^1.0.2",
"chartjs-plugin-datalabels": "^2.0.0",
"chartjs-plugin-zoom": "^1.1.1",
"date-fns": "^2.22.1",
"date-fns-timezone": "^0.1.4",
"jquery": "^3.6",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.3.5",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"spin.js": "^4.1.0",
"tailwindcss": "^2.2.4",
"v-datatable-light": "^0.8.2",
"vue": "^2.6.12",
"vue-backtotop": "^1.6.1",
"vue-carousel": "^0.18.0",
"vue-content-loader": "^0.2.3",
"vue-google-charts": "^0.3.3",
"vue-lazyload": "^1.3.3",
"vue-loader": "^15.9.7",
"vue-loading-overlay": "3.0",
"vue-runtime-helpers": "^1.1.2",
"vue-select": "^3.11.2",
"vue-template-compiler": "^2.6.12",
"xlsx": "^0.17.0"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@inertiajs/inertia": "^0.9.2",
"@inertiajs/inertia-vue": "^0.6.2",
"@inertiajs/progress": "^0.2.5",
"@turf/turf": "^6.5.0",
"esri-loader": "^3.2.0",
"geostats": "^2.0.0",
"v-viewer": "^1.6.4",
"vue-clipboard2": "^0.3.1",
"vue-sweetalert2": "^5.0.2",
"vuex": "^3.6.2"
}
}