package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "ra-language-japanese": "^0.1.1",
  20. "react": "^18.3.1",
  21. "react-admin": "^5.12.2",
  22. "react-dom": "^18.3.1",
  23. "react-router-dom": "^7.9.5"
  24. },
  25. "devDependencies": {
  26. "@types/node": "^24.10.0",
  27. "@types/react": "^18.3.3",
  28. "@types/react-dom": "^18.3.0",
  29. "@typescript-eslint/eslint-plugin": "^8.13.0",
  30. "@typescript-eslint/parser": "^8.13.0",
  31. "@vitejs/plugin-react": "^4.3.1",
  32. "eslint": "^9.10.0",
  33. "eslint-plugin-react-hooks": "^5.0.0",
  34. "eslint-plugin-react-refresh": "^0.4.14",
  35. "typescript": "^5.6.2",
  36. "vite": "^6.0.1"
  37. },
  38. "engines": {
  39. "node": ">=18.0.0"
  40. },
  41. "license": "Proprietary",
  42. "author": "AdminSystem Development Team",
  43. "private": true
  44. }