package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "private": true,
  3. "author": "xjj <645007605@qq.com>",
  4. "scripts": {
  5. "build": "max build",
  6. "dev": "max dev",
  7. "format": "prettier --cache --write .",
  8. "postinstall": "max setup",
  9. "prepare": "husky install",
  10. "setup": "max setup",
  11. "start": "npm run dev"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons": "^4.7.0",
  15. "@ant-design/pro-components": "^2.0.1",
  16. "@opuscapita/react-filemanager": "^1.1.0-beta.6",
  17. "@opuscapita/react-filemanager-connector-node-v1": "^1.1.0-beta.6",
  18. "@types/react-grid-layout": "^1.3.2",
  19. "@umijs/max": "^4.0.41",
  20. "antd": "^5.0.0",
  21. "echarts": "^5.4.1",
  22. "flv.js": "^1.6.2",
  23. "pinyin-match": "^1.2.2",
  24. "react-grid-layout": "^1.2.5",
  25. "react-id-swiper": "^2.4.0",
  26. "react-zmage": "^0.8.5-beta.37",
  27. "swiper": "^5.4.5"
  28. },
  29. "devDependencies": {
  30. "@types/react": "^18.0.0",
  31. "@types/react-dom": "^18.0.0",
  32. "husky": "^8.0.1",
  33. "lint-staged": "^13.0.3",
  34. "prettier": "^2.7.1",
  35. "prettier-plugin-organize-imports": "^2",
  36. "prettier-plugin-packagejson": "^2",
  37. "typescript": "^4.1.2"
  38. }
  39. }