package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "react": "^18.3.1",
  20. "react-admin": "^5.12.2",
  21. "react-dom": "^18.3.1",
  22. "react-router-dom": "^7.9.5"
  23. },
  24. "devDependencies": {
  25. "@types/node": "^24.10.0",
  26. "@types/react": "^18.3.3",
  27. "@types/react-dom": "^18.3.0",
  28. "@typescript-eslint/eslint-plugin": "^8.13.0",
  29. "@typescript-eslint/parser": "^8.13.0",
  30. "@vitejs/plugin-react": "^4.3.1",
  31. "eslint": "^9.10.0",
  32. "eslint-plugin-react-hooks": "^5.0.0",
  33. "eslint-plugin-react-refresh": "^0.4.14",
  34. "typescript": "^5.6.2",
  35. "vite": "^6.0.1"
  36. },
  37. "engines": {
  38. "node": ">=18.0.0"
  39. }
  40. }