| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "new-react-admin-ui",
- "version": "1.0.0",
- "description": "若依管理系统 - React Admin UI",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc && vite build",
- "preview": "vite preview",
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
- "type-check": "tsc --noEmit"
- },
- "dependencies": {
- "@emotion/react": "^11.14.0",
- "@emotion/styled": "^11.14.0",
- "@mui/icons-material": "^6.1.9",
- "@mui/material": "^6.1.9",
- "@mui/x-tree-view": "^8.16.0",
- "react": "^18.3.1",
- "react-admin": "^5.12.2",
- "react-dom": "^18.3.1",
- "react-router-dom": "^7.9.5"
- },
- "devDependencies": {
- "@types/node": "^24.10.0",
- "@types/react": "^18.3.3",
- "@types/react-dom": "^18.3.0",
- "@typescript-eslint/eslint-plugin": "^8.13.0",
- "@typescript-eslint/parser": "^8.13.0",
- "@vitejs/plugin-react": "^4.3.1",
- "eslint": "^9.10.0",
- "eslint-plugin-react-hooks": "^5.0.0",
- "eslint-plugin-react-refresh": "^0.4.14",
- "typescript": "^5.6.2",
- "vite": "^6.0.1"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- }
|