package.json 768 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "build": "vite build",
  6. "dev": "vite"
  7. },
  8. "devDependencies": {
  9. "@tailwindcss/vite": "^4.0.0",
  10. "concurrently": "^9.0.1",
  11. "typescript": "^5.9.3",
  12. "vite": "^7.2.2"
  13. },
  14. "dependencies": {
  15. "@inertiajs/vue3": "^2.2.15",
  16. "@vitejs/plugin-vue": "^6.0.1",
  17. "@vueuse/core": "^14.0.0",
  18. "chokidar": "^4.0.3",
  19. "class-variance-authority": "^0.7.1",
  20. "clsx": "^2.1.1",
  21. "laravel-vite-plugin": "^2.0.0",
  22. "lucide-vue-next": "^0.553.0",
  23. "reka-ui": "^2.6.0",
  24. "tailwind-merge": "^3.3.1",
  25. "tailwindcss": "^4.0.0",
  26. "tw-animate-css": "^1.4.0",
  27. "vue": "^3.5.24"
  28. }
  29. }