Changes
This commit is contained in:
+7
-4
@@ -3,19 +3,20 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"build": "vite build",
|
||||
"watch": "vite"
|
||||
"build": "vite build && vite build --ssr"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@inertiajs/vue3": "^1.0.0",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"@vitejs/plugin-vue": "^4.6.2",
|
||||
"autoprefixer": "^10.4.12",
|
||||
"axios": "^1.1.2",
|
||||
"bvi": "^1.0.2",
|
||||
"daisyui": "^3.9.3",
|
||||
"i": "^0.3.7",
|
||||
"laravel-vite-plugin": "^0.8.1",
|
||||
"lodash": "^4.17.21",
|
||||
"npm": "^10.9.0",
|
||||
"postcss": "^8.4.18",
|
||||
"tailwindcss": "^3.2.1",
|
||||
"vite": "^5.3.3",
|
||||
@@ -34,7 +35,9 @@
|
||||
"@preline/overlay": "^1.4.0",
|
||||
"@preline/scrollspy": "^2.0.0",
|
||||
"@preline/select": "^2.5.0",
|
||||
"flowbite": "^1.8.1",
|
||||
"@vue/server-renderer": "^3.5.12",
|
||||
"daisyui": "^4.12.14",
|
||||
"flowbite": "^2.5.2",
|
||||
"fslightbox": "^3.4.1",
|
||||
"fslightbox-vue": "^2.1.3",
|
||||
"preline": "^1.9.0",
|
||||
|
||||
Reference in New Issue
Block a user