-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"build-css": "tailwindcss -i ./resources/css/input.css -o ./resources/css/app.css -w"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-echo": "^1.17.1",
"laravel-vite-plugin": "^1.0",
"leaflet": "^1.9.4",
"postcss": "^8.4.47",
"pusher-js": "^8.4.0-rc2",
"sass-embedded": "^1.83.1",
"tailwindcss": "^3.4.16",
"vite": "^6.0"
},
"dependencies": {
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"laravel-vue-pagination": "^4.1.3",
"leaflet-routing-machine": "^3.2.12",
"leaflet.marker.slideto": "^0.3.0",
"pinia": "^2.3.0",
"sweetalert2": "^11.15.10",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-sweetalert2": "^5.0.11",
"vue-toast-notification": "^3.1.3",
"vue-toastification": "^2.0.0-rc.5"
}
}