@umi/max TS 项目,package.json dependencies 依赖 npm

    1. {
    2. "name": "table",
    3. "title": "表格编辑器",
    4. "private": true,
    5. "description": "表格编辑器-微前端",
    6. "author": "",
    7. "scripts": {
    8. "analyze": "cross-env ANALYZE=1 max build",
    9. "build": "max build",
    10. "build:test": "cross-env NODE_ENV=test max build",
    11. "dev": "cross-env NODE_ENV=dev max dev",
    12. "format": "prettier --cache --write .",
    13. "postinstall": "max setup",
    14. "prepare": "husky install",
    15. "setup": "max setup",
    16. "start": "npm run dev"
    17. },
    18. "dependencies": {
    19. "@ant-design/aliyun-theme": "^0.0.5",
    20. "@ant-design/icons": "^5.2.6",
    21. "@ant-design/pro-components": "^2.6.41",
    22. "@ant-design/pro-editor": "^0.25.0",
    23. "@dnd-kit/core": "^6.1.0",
    24. "@dnd-kit/sortable": "^8.0.0",
    25. "@dnd-kit/utilities": "^3.2.2",
    26. "@formily/antd-v5": "^1.1.8",
    27. "@formily/core": "^2.3.0",
    28. "@formily/react": "^2.3.0",
    29. "@ice/stark-app": "^1.5.0",
    30. "@monaco-editor/react": "^4.6.0",
    31. "@umijs/max": "4.0.88",
    32. "ahooks": "^3.7.8",
    33. "ali-react-table": "^2.6.1",
    34. "antd": "^5.11.2",
    35. "clsx": "^2.0.0",
    36. "dayjs": "^1.11.10",
    37. "lodash-es": "^4.17.21",
    38. "numeral": "^2.0.6",
    39. "react-layout-kit": "^1.7.4",
    40. "vanilla-jsoneditor": "^0.18.13",
    41. "zustand": "^4.4.6"
    42. },
    43. "devDependencies": {
    44. "@types/history": "^4.7.11",
    45. "@types/lodash-es": "^4.17.11",
    46. "@types/react": "^18.2.37",
    47. "@types/react-dom": "^18.2.15",
    48. "@types/webpack-env": "^1.18.4",
    49. "babel-plugin-dynamic-import-node": "^2.3.3",
    50. "cross-env": "^7.0.3",
    51. "husky": "^8.0.3",
    52. "lint-staged": "^15.1.0",
    53. "mockjs": "^1.1.0",
    54. "prettier": "^3.1.0",
    55. "prettier-plugin-organize-imports": "^3",
    56. "prettier-plugin-packagejson": "^2",
    57. "tailwindcss": "^3",
    58. "typescript": "^5.2.2"
    59. }
    60. }