package.json 997 B

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