Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

70 строки
2.0KB

  1. {
  2. "name": "vogocm-web",
  3. "private": true,
  4. "version": "0.0.1",
  5. "type": "module",
  6. "scripts": {
  7. "start": "vite",
  8. "dev": "vite",
  9. "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
  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.0.1",
  15. "@ant-design/plots": "^1.2.5",
  16. "@ant-design/pro-components": "^2.6.2",
  17. "@antv/g2plot": "^2.4.31",
  18. "@dnd-kit/core": "^6.0.8",
  19. "@dnd-kit/modifiers": "^6.0.1",
  20. "@dnd-kit/sortable": "^7.0.2",
  21. "@dnd-kit/utilities": "^3.2.1",
  22. "@wangeditor/editor": "^5.1.23",
  23. "@wangeditor/editor-for-react": "^1.0.6",
  24. "ahooks": "^3.7.7",
  25. "antd": "^5.4.6",
  26. "antd-img-crop": "^4.12.2",
  27. "await-to-js": "^3.0.0",
  28. "axios": "^1.4.0",
  29. "classnames": "^2.3.2",
  30. "dayjs": "^1.11.7",
  31. "i18next": "^22.4.15",
  32. "jsencrypt": "^3.3.2",
  33. "node-rsa": "^1.1.1",
  34. "nprogress": "^0.2.0",
  35. "rc-resize-observer": "^1.3.1",
  36. "react": "^18.2.0",
  37. "react-advanced-cropper": "^0.19.3",
  38. "react-dom": "^18.2.0",
  39. "react-router-dom": "latest",
  40. "react-use": "^17.4.0",
  41. "zustand": "^4.3.8"
  42. },
  43. "devDependencies": {
  44. "@types/fs-extra": "^11.0.1",
  45. "@types/node-rsa": "^1.1.1",
  46. "@types/nprogress": "^0.2.0",
  47. "@types/react": "^18.2.15",
  48. "@types/react-dom": "^18.2.7",
  49. "@typescript-eslint/eslint-plugin": "^6.0.0",
  50. "@typescript-eslint/parser": "^6.0.0",
  51. "@vitejs/plugin-react": "^4.0.3",
  52. "autoprefixer": "^10.4.14",
  53. "cross-env": "^7.0.3",
  54. "dotenv": "^16.3.1",
  55. "eslint": "^8.45.0",
  56. "eslint-plugin-react-hooks": "^4.6.0",
  57. "eslint-plugin-react-refresh": "^0.4.3",
  58. "esno": "^0.17.0",
  59. "fs-extra": "^11.1.1",
  60. "lint-staged": "^13.2.2",
  61. "picocolors": "^1.0.0",
  62. "postcss": "^8.4.23",
  63. "typescript": "^5.2",
  64. "vite": "^4.4.5",
  65. "vite-plugin-proxy": "^0.5.0",
  66. "vite-plugin-windicss": "^1.8.10",
  67. "windicss": "^3.5.6"
  68. }
  69. }