You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.9 KiB

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
  1. {
  2. "name": "pro",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host --port 3000",
  8. "dev:proxy": "vite --mode=proxy --host --port 3000",
  9. "build": "tsc && vite build",
  10. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  11. "preview": "vite preview"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons": "^5.3.6",
  15. "@ant-design/pro-components": "^2.7.0",
  16. "@formily/antd-v5": "^1.2.0",
  17. "@formily/core": "^2.3.1",
  18. "@formily/react": "^2.3.1",
  19. "@icon-park/react": "^1.4.2",
  20. "@melloware/react-logviewer": "^5.2.0",
  21. "@tanstack/query-core": "^5.29.0",
  22. "@tanstack/react-query": "^5.29.2",
  23. "@tanstack/react-router": "^1.26.20",
  24. "antd": "^5.16.1",
  25. "antd-style": "^3.6.2",
  26. "axios": "^1.6.8",
  27. "bunshi": "^2.1.4",
  28. "dayjs": "^1.11.10",
  29. "fast-deep-equal": "^3.1.3",
  30. "i18next": "^23.11.2",
  31. "i18next-browser-languagedetector": "^7.2.1",
  32. "jotai": "^2.8.0",
  33. "jotai-devtools": "^0.9.1",
  34. "jotai-scope": "^0.5.1",
  35. "jotai-tanstack-query": "^0.8.5",
  36. "re-resizable": "^6.9.11",
  37. "react": "^18.2.0",
  38. "react-dom": "^18.2.0",
  39. "react-i18next": "^14.1.0",
  40. "react-if": "^4.1.5",
  41. "react-layout-kit": "^1.9.0",
  42. "react-rnd": "^10.4.2-test2",
  43. "react-use": "^17.5.0",
  44. "throttle-debounce": "^5.0.0",
  45. "wonka": "^6.3.4"
  46. },
  47. "devDependencies": {
  48. "@tanstack/router-devtools": "^1.26.20",
  49. "@tanstack/router-vite-plugin": "^1.26.16",
  50. "@types/react": "^18.2.66",
  51. "@types/react-dom": "^18.2.22",
  52. "@typescript-eslint/eslint-plugin": "^7.2.0",
  53. "@typescript-eslint/parser": "^7.2.0",
  54. "@vitejs/plugin-react": "^4.2.1",
  55. "eslint": "^8.57.0",
  56. "eslint-plugin-react-hooks": "^4.6.0",
  57. "eslint-plugin-react-refresh": "^0.4.6",
  58. "mockjs": "^1.1.0",
  59. "typescript": "^5.2.2",
  60. "vite": "^5.2.0",
  61. "vite-plugin-mock": "^3.0.1"
  62. }
  63. }