package.json 865 B

12345678910111213141516171819202122232425262728293031
  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. "@tailwindcss/typography": "github:tailwindcss/typography",
  17. "@vitejs/plugin-vue": "^6.0.1",
  18. "@vueuse/core": "^14.0.0",
  19. "chokidar": "^4.0.3",
  20. "class-variance-authority": "^0.7.1",
  21. "clsx": "^2.1.1",
  22. "laravel-vite-plugin": "^2.0.0",
  23. "lucide-vue-next": "^0.553.0",
  24. "marked": "^17.0.0",
  25. "reka-ui": "^2.6.0",
  26. "tailwind-merge": "^3.3.1",
  27. "tailwindcss": "^4.0.0",
  28. "tw-animate-css": "^1.4.0",
  29. "vue": "^3.5.24"
  30. }
  31. }