package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "react-admin-dashboard",
  3. "version": "0.0.0",
  4. "type": "module",
  5. "scripts": {
  6. "dev": "vite",
  7. "build:test": "tsc && vite build --config vite.test.config.ts",
  8. "build": "tsc && vite build",
  9. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@ant-design/charts": "^2.2.3",
  14. "@tailwindcss/cli": "^4.1.3",
  15. "antd": "^5.27.4",
  16. "axios": "^1.8.4",
  17. "lodash": "^4.17.21",
  18. "lodash-es": "^4.17.21",
  19. "qrcode.react": "^4.2.0",
  20. "react": "^18.3.1",
  21. "react-dom": "^18.3.1",
  22. "react-router-dom": "^6.23.1",
  23. "zustand": "^4.5.2"
  24. },
  25. "devDependencies": {
  26. "@eslint/js": "^9.24.0",
  27. "@tailwindcss/postcss": "^4.1.3",
  28. "@types/lodash": "^4.17.20",
  29. "@types/lodash-es": "^4.17.12",
  30. "@types/node": "^22.14.0",
  31. "@types/react": "^18.3.3",
  32. "@types/react-dom": "^18.3.0",
  33. "@typescript-eslint/parser": "^6.0.0",
  34. "@vitejs/plugin-react-swc": "^3.5.0",
  35. "autoprefixer": "^10.4.21",
  36. "eslint": "^8.45.0",
  37. "eslint-plugin-react-hooks": "^4.6.0",
  38. "eslint-plugin-react-refresh": "^0.4.3",
  39. "globals": "^16.0.0",
  40. "postcss": "^8.5.3",
  41. "postcss-preset-env": "^10.1.5",
  42. "tailwindcss": "^4.1.3",
  43. "typescript": "^5.2.2",
  44. "typescript-eslint": "^8.29.1",
  45. "vite": "^5.3.1",
  46. "vite-plugin-svgr": "^4.3.0"
  47. }
  48. }