Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

59 Zeilen
1.6KB

  1. {
  2. "name": "vogocm-web",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  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.0.1",
  14. "@ant-design/plots": "^1.2.5",
  15. "@ant-design/pro-components": "^2.6.2",
  16. "@antv/g2plot": "^2.4.31",
  17. "@dnd-kit/core": "^6.0.8",
  18. "@dnd-kit/modifiers": "^6.0.1",
  19. "@dnd-kit/sortable": "^7.0.2",
  20. "@dnd-kit/utilities": "^3.2.1",
  21. "ahooks": "^3.7.7",
  22. "antd": "^5.4.6",
  23. "antd-img-crop": "^4.12.2",
  24. "await-to-js": "^3.0.0",
  25. "axios": "^1.4.0",
  26. "dayjs": "^1.11.7",
  27. "i18next": "^22.4.15",
  28. "jsencrypt": "^3.3.2",
  29. "node-rsa": "^1.1.1",
  30. "nprogress": "^0.2.0",
  31. "rc-resize-observer": "^1.3.1",
  32. "react": "^18.2.0",
  33. "react-dom": "^18.2.0",
  34. "react-router-dom": "latest",
  35. "react-use": "^17.4.0",
  36. "zustand": "^4.3.8"
  37. },
  38. "devDependencies": {
  39. "@types/node-rsa": "^1.1.1",
  40. "@types/nprogress": "^0.2.0",
  41. "@types/react": "^18.2.15",
  42. "@types/react-dom": "^18.2.7",
  43. "@typescript-eslint/eslint-plugin": "^6.0.0",
  44. "@typescript-eslint/parser": "^6.0.0",
  45. "@vitejs/plugin-react": "^4.0.3",
  46. "autoprefixer": "^10.4.14",
  47. "eslint": "^8.45.0",
  48. "eslint-plugin-react-hooks": "^4.6.0",
  49. "eslint-plugin-react-refresh": "^0.4.3",
  50. "lint-staged": "^13.2.2",
  51. "postcss": "^8.4.23",
  52. "typescript": "^5.2",
  53. "vite": "^4.4.5",
  54. "vite-plugin-proxy": "^0.5.0",
  55. "vite-plugin-windicss": "^1.8.10",
  56. "windicss": "^3.5.6"
  57. }
  58. }