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.

51 lines
1.5 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
  1. {
  2. "name": "pro",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host --port 3000",
  8. "build": "tsc && vite build",
  9. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@ant-design/icons": "^5.3.6",
  14. "@ant-design/pro-components": "^2.7.0",
  15. "@formily/antd-v5": "^1.2.0",
  16. "@formily/core": "^2.3.1",
  17. "@formily/react": "^2.3.1",
  18. "@icon-park/react": "^1.4.2",
  19. "@tanstack/query-core": "^5.29.0",
  20. "@tanstack/react-query": "^5.29.2",
  21. "@tanstack/react-router": "^1.26.20",
  22. "antd": "^5.16.1",
  23. "antd-style": "^3.6.2",
  24. "axios": "^1.6.8",
  25. "dayjs": "^1.11.10",
  26. "i18next": "^23.11.2",
  27. "i18next-browser-languagedetector": "^7.2.1",
  28. "jotai": "^2.8.0",
  29. "jotai-tanstack-query": "^0.8.5",
  30. "react": "^18.2.0",
  31. "react-dom": "^18.2.0",
  32. "react-i18next": "^14.1.0",
  33. "wonka": "^6.3.4"
  34. },
  35. "devDependencies": {
  36. "@tanstack/router-devtools": "^1.26.20",
  37. "@tanstack/router-vite-plugin": "^1.26.16",
  38. "@types/react": "^18.2.66",
  39. "@types/react-dom": "^18.2.22",
  40. "@typescript-eslint/eslint-plugin": "^7.2.0",
  41. "@typescript-eslint/parser": "^7.2.0",
  42. "@vitejs/plugin-react": "^4.2.1",
  43. "eslint": "^8.57.0",
  44. "eslint-plugin-react-hooks": "^4.6.0",
  45. "eslint-plugin-react-refresh": "^0.4.6",
  46. "mockjs": "^1.1.0",
  47. "typescript": "^5.2.2",
  48. "vite": "^5.2.0",
  49. "vite-plugin-mock": "^3.0.1"
  50. }
  51. }