-
- Downloads
feat: update package.json file
... | @@ -5,18 +5,18 @@ | ... | @@ -5,18 +5,18 @@ |
"build": "vite build" | "build": "vite build" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@headlessui/vue": "^1.7.14", | "@headlessui/vue": "^1.7.19", | ||
"@heroicons/vue": "^2.0.18", | "@heroicons/vue": "^2.1.1", | ||
"@tailwindcss/forms": "^0.5.3", | "@tailwindcss/forms": "^0.5.7", | ||
"@vitejs/plugin-vue": "^4.2.3", | "@vitejs/plugin-vue": "^4.6.2", | ||
"autoprefixer": "^10.4.14", | "autoprefixer": "^10.4.18", | ||
"axios": "^1.6.4", | "axios": "^1.6.7", | ||
"laravel-vite-plugin": "^0.7.8", | "laravel-vite-plugin": "^0.7.8", | ||
"lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
"postcss": "^8.4.24", | "postcss": "^8.4.35", | ||
"tailwindcss": "^3.3.2", | "tailwindcss": "^3.4.1", | ||
"vite": "^4.3.9", | "vite": "^4.5.2", | ||
"vue": "^3.3.4" | "vue": "^3.4.21" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"gsap": "^3.12.5", | "gsap": "^3.12.5", | ||
... | ... |
Please register or sign in to comment