package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "web",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview",
  11. "check": "tsc -b --noEmit"
  12. },
  13. "dependencies": {
  14. "@rollup/rollup-darwin-arm64": "^4.62.2",
  15. "clsx": "^2.1.1",
  16. "lucide-react": "^0.511.0",
  17. "react": "^18.3.1",
  18. "react-dom": "^18.3.1",
  19. "react-router-dom": "^7.18.1",
  20. "tailwind-merge": "^3.0.2",
  21. "zustand": "^5.0.3"
  22. },
  23. "devDependencies": {
  24. "@eslint/js": "^9.25.0",
  25. "@types/node": "^22.15.30",
  26. "@types/react": "^18.3.12",
  27. "@types/react-dom": "^18.3.1",
  28. "@vitejs/plugin-react": "^4.4.1",
  29. "autoprefixer": "^10.5.2",
  30. "babel-plugin-react-dev-locator": "^1.0.0",
  31. "eslint": "^9.25.0",
  32. "eslint-plugin-react-hooks": "^5.2.0",
  33. "eslint-plugin-react-refresh": "^0.4.19",
  34. "globals": "^16.0.0",
  35. "postcss": "^8.5.16",
  36. "tailwindcss": "^3.4.19",
  37. "typescript": "~5.8.3",
  38. "typescript-eslint": "^8.30.1",
  39. "vite": "^6.3.5",
  40. "vite-plugin-trae-solo-badge": "^1.0.0",
  41. "vite-tsconfig-paths": "^5.1.4"
  42. }
  43. }