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.

60 lines
1.8 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
  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. "@tanstack/query-core": "^5.29.0",
  21. "@tanstack/react-query": "^5.29.2",
  22. "@tanstack/react-router": "^1.26.20",
  23. "antd": "^5.16.1",
  24. "antd-style": "^3.6.2",
  25. "axios": "^1.6.8",
  26. "bunshi": "^2.1.4",
  27. "dayjs": "^1.11.10",
  28. "fast-deep-equal": "^3.1.3",
  29. "i18next": "^23.11.2",
  30. "i18next-browser-languagedetector": "^7.2.1",
  31. "jotai": "^2.8.0",
  32. "jotai-devtools": "^0.9.1",
  33. "jotai-scope": "^0.5.1",
  34. "jotai-tanstack-query": "^0.8.5",
  35. "re-resizable": "^6.9.11",
  36. "react": "^18.2.0",
  37. "react-dom": "^18.2.0",
  38. "react-i18next": "^14.1.0",
  39. "react-layout-kit": "^1.9.0",
  40. "react-rnd": "^10.4.2-test2",
  41. "react-use": "^17.5.0",
  42. "wonka": "^6.3.4"
  43. },
  44. "devDependencies": {
  45. "@tanstack/router-devtools": "^1.26.20",
  46. "@tanstack/router-vite-plugin": "^1.26.16",
  47. "@types/react": "^18.2.66",
  48. "@types/react-dom": "^18.2.22",
  49. "@typescript-eslint/eslint-plugin": "^7.2.0",
  50. "@typescript-eslint/parser": "^7.2.0",
  51. "@vitejs/plugin-react": "^4.2.1",
  52. "eslint": "^8.57.0",
  53. "eslint-plugin-react-hooks": "^4.6.0",
  54. "eslint-plugin-react-refresh": "^0.4.6",
  55. "mockjs": "^1.1.0",
  56. "typescript": "^5.2.2",
  57. "vite": "^5.2.0",
  58. "vite-plugin-mock": "^3.0.1"
  59. }
  60. }