You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
788 B

  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "tsc && vite build"
  7. },
  8. "devDependencies": {
  9. "@headlessui/react": "^1.4.2",
  10. "@inertiajs/react": "^1.0.0",
  11. "@tailwindcss/forms": "^0.5.3",
  12. "@tailwindcss/typography": "^0.5.13",
  13. "@types/node": "^18.13.0",
  14. "@types/react": "^18.0.28",
  15. "@types/react-dom": "^18.0.10",
  16. "@vitejs/plugin-react": "^4.2.0",
  17. "autoprefixer": "^10.4.12",
  18. "axios": "^1.6.4",
  19. "daisyui": "^4.12.2",
  20. "laravel-vite-plugin": "^1.0",
  21. "postcss": "^8.4.31",
  22. "react": "^18.2.0",
  23. "react-dom": "^18.2.0",
  24. "tailwindcss": "^3.2.1",
  25. "typescript": "^5.0.2",
  26. "vite": "^5.0"
  27. }
  28. }