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.

package.json 908B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "private": true,
  3. "author": "Soleilw <a617759082@126.com>",
  4. "scripts": {
  5. "build": "max build",
  6. "dev": "max dev",
  7. "format": "prettier --cache --write .",
  8. "postinstall": "max setup",
  9. "prepare": "husky",
  10. "setup": "max setup",
  11. "start": "npm run dev"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons": "^5.0.1",
  15. "@ant-design/pro-components": "^2.4.4",
  16. "@umijs/max": "^4.2.8",
  17. "antd": "^5.4.0",
  18. "dayjs": "^1.11.12",
  19. "docx": "^8.5.0",
  20. "file-saver": "^2.0.5",
  21. "html-docx-js": "^0.3.1",
  22. "html-docx-js-typescript": "^0.1.5",
  23. "react-quill": "^2.0.0"
  24. },
  25. "devDependencies": {
  26. "@types/react": "^18.0.33",
  27. "@types/react-dom": "^18.0.11",
  28. "husky": "^9",
  29. "lint-staged": "^13.2.0",
  30. "prettier": "^2.8.7",
  31. "prettier-plugin-organize-imports": "^3.2.2",
  32. "prettier-plugin-packagejson": "^2.4.3",
  33. "typescript": "^5.0.3"
  34. }
  35. }