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 1.0KB

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