-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.35 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,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^1.0.6",
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/server-renderer": "^3.4.30",
"@vueform/multiselect": "^2.6.8",
"@vuepic/vue-datepicker": "^6.0.3",
"@vueuse/core": "^10.11.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"laravel-vite-plugin": "^1.0.4",
"laravel-vue-i18n": "^2.7.7",
"photoswipe": "^5.4.4",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.4",
"tippy.js": "^6.3.7",
"vite": "^5.3.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.30",
"vue-chartjs": "^5.3.1",
"vue3-carousel": "^0.3.3",
"ziggy-js": "^1.8.1"
},
"dependencies": {
"@googlemaps/adv-markers-utils": "^1.2.4",
"@googlemaps/markerclusterer": "^2.5.3",
"chartjs-adapter-moment": "^1.0.1",
"moment": "^2.30.1"
}
}