@umi/max TS 项目,package.json dependencies 依赖 npm
{
"name": "table",
"title": "表格编辑器",
"private": true,
"description": "表格编辑器-微前端",
"author": "",
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
"build": "max build",
"build:test": "cross-env NODE_ENV=test max build",
"dev": "cross-env NODE_ENV=dev max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"prepare": "husky install",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/aliyun-theme": "^0.0.5",
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.41",
"@ant-design/pro-editor": "^0.25.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formily/antd-v5": "^1.1.8",
"@formily/core": "^2.3.0",
"@formily/react": "^2.3.0",
"@ice/stark-app": "^1.5.0",
"@monaco-editor/react": "^4.6.0",
"@umijs/max": "4.0.88",
"ahooks": "^3.7.8",
"ali-react-table": "^2.6.1",
"antd": "^5.11.2",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21",
"numeral": "^2.0.6",
"react-layout-kit": "^1.7.4",
"vanilla-jsoneditor": "^0.18.13",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/history": "^4.7.11",
"@types/lodash-es": "^4.17.11",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/webpack-env": "^1.18.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"mockjs": "^1.1.0",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3",
"prettier-plugin-packagejson": "^2",
"tailwindcss": "^3",
"typescript": "^5.2.2"
}
}