package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "new-react-admin-ui",
  3. "version": "1.0.0",
  4. "description": "若依管理系统 - React Admin UI",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc && vite build",
  9. "preview": "vite preview",
  10. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  11. "type-check": "tsc --noEmit"
  12. },
  13. "dependencies": {
  14. "@emotion/react": "^11.14.0",
  15. "@emotion/styled": "^11.14.0",
  16. "@mui/icons-material": "^6.1.9",
  17. "@mui/material": "^6.1.9",
  18. "@mui/x-tree-view": "^8.16.0",
  19. "@types/antd": "^0.12.32",
  20. "ag-grid-enterprise": "^34.3.1",
  21. "ag-grid-react": "^34.3.1",
  22. "antd": "^5.28.1",
  23. "react": "^18.3.1",
  24. "react-admin": "^5.12.2",
  25. "react-dom": "^18.3.1",
  26. "react-router-dom": "^7.9.5",
  27. "react-tabs": "^6.1.0"
  28. },
  29. "devDependencies": {
  30. "@types/node": "^24.10.0",
  31. "@types/react": "^18.3.3",
  32. "@types/react-dom": "^18.3.0",
  33. "@typescript-eslint/eslint-plugin": "^8.13.0",
  34. "@typescript-eslint/parser": "^8.13.0",
  35. "@vitejs/plugin-react": "^4.3.1",
  36. "eslint": "^9.10.0",
  37. "eslint-plugin-react-hooks": "^5.0.0",
  38. "eslint-plugin-react-refresh": "^0.4.14",
  39. "typescript": "^5.6.2",
  40. "vite": "^6.0.1"
  41. },
  42. "engines": {
  43. "node": ">=18.0.0"
  44. }
  45. }