-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --mode production"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.21",
"vite": "^4.0.0",
"vue": "^3.2.31"
},
"dependencies": {
"@amcharts/amcharts5": "^5.7.1",
"@ckeditor/ckeditor5-build-classic": "^40.2.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@mapbox/polyline": "^1.2.1",
"@vueform/multiselect": "^2.6.6",
"@vueform/slider": "^2.1.10",
"@vueform/toggle": "^2.1.4",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@zhuowenli/vue-feather-icons": "^5.0.2",
"aos": "^2.3.4",
"bootstrap": "^5.3.2",
"bootstrap-vue-next": "^0.15.5",
"click-outside-vue3": "^4.0.1",
"date-fns": "^4.1.0",
"firebase": "^10.13.1",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet-geosearch": "^4.0.0",
"leaflet-routing-machine": "^3.2.12",
"leaflet.heat": "^0.2.0",
"lottie-web": "^5.12.2",
"prismjs": "^1.29.0",
"sass": "1.77.6",
"simplebar-vue": "^2.3.3",
"sweetalert2": "^11.6.13",
"swiper": "^11.0.5",
"vue-feather": "^2.0.0",
"vue-flatpickr-component": "^11.0.3",
"vue-i18n": "^9.8.0",
"vue-the-mask": "^0.11.1",
"vue3-apexcharts": "^1.4.4",
"vue3-count-to": "^1.1.2",
"vue3-google-map": "^0.18.0",
"vuex": "^4.1.0"
}
}