package.json 489 B

123456789101112131415161718192021
  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. "vite": "^7.2.2"
  12. },
  13. "dependencies": {
  14. "@inertiajs/vue3": "^2.2.15",
  15. "@vitejs/plugin-vue": "^6.0.1",
  16. "chokidar": "^4.0.3",
  17. "laravel-vite-plugin": "^2.0.0",
  18. "tailwindcss": "^4.0.0",
  19. "vue": "^3.5.24"
  20. }
  21. }