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.

70 lines
2.1 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
  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/cssinjs": "^1.21.1",
  15. "@ant-design/icons": "^5.4.0",
  16. "@ant-design/pro-components": "^2.7.15",
  17. "@ant-design/pro-layout": "^7.19.12",
  18. "@ant-design/pro-provider": "^2.14.9",
  19. "@formily/antd-v5": "^1.2.3",
  20. "@formily/core": "^2.3.2",
  21. "@formily/react": "^2.3.2",
  22. "@icon-park/react": "^1.4.2",
  23. "@melloware/react-logviewer": "^5.2.0",
  24. "@tanstack/query-core": "^5.54.1",
  25. "@tanstack/react-query": "^5.54.1",
  26. "@tanstack/react-router": "^1.53.1",
  27. "antd": "^5.20.5",
  28. "antd-style": "^3.6.2",
  29. "axios": "^1.7.7",
  30. "bunshi": "^2.1.5",
  31. "date-fns": "^3.6.0",
  32. "dayjs": "^1.11.13",
  33. "fast-copy": "^3.0.2",
  34. "fast-deep-equal": "^3.1.3",
  35. "i18next": "^23.14.0",
  36. "i18next-browser-languagedetector": "^7.2.1",
  37. "jotai": "^2.9.3",
  38. "jotai-devtools": "^0.9.1",
  39. "jotai-scope": "^0.5.2",
  40. "jotai-tanstack-query": "^0.8.7",
  41. "lodash": "^4.17.21",
  42. "re-resizable": "^6.9.17",
  43. "react": "^18.3.1",
  44. "react-dom": "^18.3.1",
  45. "react-i18next": "^14.1.3",
  46. "react-if": "^4.1.5",
  47. "react-layout-kit": "^1.9.0",
  48. "react-rnd": "^10.4.12",
  49. "react-use": "^17.5.1",
  50. "throttle-debounce": "^5.0.2",
  51. "use-merge-value": "^1.2.0",
  52. "wonka": "^6.3.4"
  53. },
  54. "devDependencies": {
  55. "@tanstack/router-devtools": "^1.53.1",
  56. "@tanstack/router-vite-plugin": "^1.54.0",
  57. "@types/react": "^18.3.5",
  58. "@types/react-dom": "^18.3.0",
  59. "@typescript-eslint/eslint-plugin": "^7.18.0",
  60. "@typescript-eslint/parser": "^7.18.0",
  61. "@vitejs/plugin-react": "^4.3.1",
  62. "eslint": "^8.57.0",
  63. "eslint-plugin-react-hooks": "^4.6.2",
  64. "eslint-plugin-react-refresh": "^0.4.11",
  65. "mockjs": "^1.1.0",
  66. "typescript": "^5.5.4",
  67. "vite": "^5.4.3",
  68. "vite-plugin-mock": "^3.0.2"
  69. }
  70. }