package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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": "^18.1.2",
  21. "ag-grid-enterprise": "^34.3.1",
  22. "ag-grid-react": "^34.3.1",
  23. "antd": "^5.28.1",
  24. "react": "^18.3.1",
  25. "react-admin": "^5.12.2",
  26. "react-dom": "^18.3.1",
  27. "react-router-dom": "^7.9.5",
  28. "react-tabs": "^6.1.0"
  29. },
  30. "devDependencies": {
  31. "@types/node": "^24.10.0",
  32. "@types/query-string": "^6.3.0",
  33. "@types/react": "^18.3.3",
  34. "@types/react-dom": "^18.3.0",
  35. "@typescript-eslint/eslint-plugin": "^8.13.0",
  36. "@typescript-eslint/parser": "^8.13.0",
  37. "@vitejs/plugin-react": "^4.3.1",
  38. "eslint": "^9.10.0",
  39. "eslint-plugin-react-hooks": "^5.0.0",
  40. "eslint-plugin-react-refresh": "^0.4.14",
  41. "typescript": "^5.6.2",
  42. "vite": "^6.0.1"
  43. },
  44. "engines": {
  45. "node": ">=18.0.0"
  46. }
  47. }