-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.34 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": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@mapbox/mapbox-gl-directions": "^4.1.0",
"@mapbox/mapbox-gl-geocoder": "^4.7.0",
"apexcharts": "^3.26.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"jspdf-autotable": "^3.5.14",
"jspdf-invoice-template": "^1.0.9",
"jw-vue-pagination": "^1.0.3",
"mapbox-gl": "^0.53.1",
"skeleton-loader-vue": "^1.0.8",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.0",
"vue-doughnut-chart": "^0.3.0",
"vue-mapbox": "^0.4.1",
"vue-mapbox-geocoder": "^0.2.0",
"vue-router": "^3.5.1",
"vue-smooth-dnd": "^0.8.1",
"vue2-google-maps": "^0.10.7",
"vuelidate": "^0.7.6",
"vuex": "^3.6.2"
}
}