-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.38 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-vue": "^5.1.4",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"fuse.js": "^7.0.0",
"laravel-precognition-vue-inertia": "^0.5.10",
"laravel-vite-plugin": "^1.0.5",
"laravel-vue-i18n": "^2.7.7",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.81.1",
"lodash.clonedeep": "^4.5.0",
"lodash.pickby": "^4.6.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"primevue": "^4.0.7",
"tailwindcss": "^3.4.13",
"unplugin-vue-define-options": "^1.5.1",
"vite": "^5.4.8",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.5.9",
"vue-leaflet-markercluster": "^0.6.1",
"vue3-click-away": "^1.2.4",
"ziggy-js": "^2.3.0"
}
}