package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@saas/dashboard",
  3. "version": "1.0.0",
  4. "description": "Modern SaaS platform dashboard",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "dev": "vite",
  9. "build": "vite build",
  10. "preview": "vite preview",
  11. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  12. "lint:fix": "eslint . --ext ts,tsx --fix"
  13. },
  14. "dependencies": {
  15. "@headlessui/react": "^1.7.17",
  16. "@types/bytes": "^3.1.5",
  17. "@types/node": "^24.10.1",
  18. "axios": "^1.6.2",
  19. "bytes": "^3.1.2",
  20. "clsx": "^2.0.0",
  21. "date-fns": "^2.30.0",
  22. "lucide-react": "^0.294.0",
  23. "react": "^18.2.0",
  24. "react-confirm-alert": "^3.0.6",
  25. "react-dom": "^18.2.0",
  26. "react-hook-form": "^7.66.1",
  27. "react-hot-toast": "^2.6.0",
  28. "react-query": "^3.39.3",
  29. "react-router-dom": "^6.8.0",
  30. "react-table": "^7.8.0",
  31. "recharts": "^2.8.0",
  32. "tailwindcss": "^3.3.6"
  33. },
  34. "devDependencies": {
  35. "@types/react": "^18.2.43",
  36. "@types/react-dom": "^18.2.17",
  37. "@typescript-eslint/eslint-plugin": "^6.14.0",
  38. "@typescript-eslint/parser": "^6.14.0",
  39. "@vitejs/plugin-react": "^4.2.0",
  40. "autoprefixer": "^10.4.16",
  41. "eslint": "^8.55.0",
  42. "eslint-plugin-react-hooks": "^4.6.0",
  43. "eslint-plugin-react-refresh": "^0.4.5",
  44. "postcss": "^8.4.32",
  45. "typescript": "^5.2.2",
  46. "vite": "^5.0.6"
  47. }
  48. }