| 1234567891011121314151617181920212223242526272829 |
- {
- "private": true,
- "type": "module",
- "scripts": {
- "build": "vite build",
- "dev": "vite"
- },
- "devDependencies": {
- "@tailwindcss/vite": "^4.0.0",
- "concurrently": "^9.0.1",
- "typescript": "^5.9.3",
- "vite": "^7.2.2"
- },
- "dependencies": {
- "@inertiajs/vue3": "^2.2.15",
- "@vitejs/plugin-vue": "^6.0.1",
- "@vueuse/core": "^14.0.0",
- "chokidar": "^4.0.3",
- "class-variance-authority": "^0.7.1",
- "clsx": "^2.1.1",
- "laravel-vite-plugin": "^2.0.0",
- "lucide-vue-next": "^0.553.0",
- "reka-ui": "^2.6.0",
- "tailwind-merge": "^3.3.1",
- "tailwindcss": "^4.0.0",
- "tw-animate-css": "^1.4.0",
- "vue": "^3.5.24"
- }
- }
|