|
@@ -5,13 +5,13 @@
|
|
"description": "",
|
|
"description": "",
|
|
"scripts": {
|
|
"scripts": {
|
|
"analyze": "cross-env ANALYZE=1 max build",
|
|
"analyze": "cross-env ANALYZE=1 max build",
|
|
- "build": "max build",
|
|
|
|
- "deploy:qa": "cross-env REACT_APP_ENV=dev auto-deploy build -t qa",
|
|
|
|
- "deploy:prod": "cross-env REACT_APP_ENV=prod auto-deploy build -t prod",
|
|
|
|
|
|
+ "build": "cross-env REACT_APP_ENV=prod max build",
|
|
|
|
+ "deploy:qa": "auto-deploy build -t qa",
|
|
|
|
+ "deploy:prod": "auto-deploy build -t prod",
|
|
"dev": "npm run start:dev",
|
|
"dev": "npm run start:dev",
|
|
"postinstall": "max setup",
|
|
"postinstall": "max setup",
|
|
"precommit": "lint-staged",
|
|
"precommit": "lint-staged",
|
|
- "start": "max dev",
|
|
|
|
|
|
+ "start": "cross-env REACT_APP_ENV=dev max dev",
|
|
"start:dev": "cross-env REACT_APP_ENV=dev MOCK=none max dev",
|
|
"start:dev": "cross-env REACT_APP_ENV=dev MOCK=none max dev",
|
|
"start:org": "cross-env REACT_APP_ENV=org MOCK=none max dev",
|
|
"start:org": "cross-env REACT_APP_ENV=org MOCK=none max dev",
|
|
"prepare": "husky install"
|
|
"prepare": "husky install"
|
|
@@ -43,8 +43,8 @@
|
|
"@formily/reactive": "^2.1.4",
|
|
"@formily/reactive": "^2.1.4",
|
|
"@formily/reactive-react": "^2.1.4",
|
|
"@formily/reactive-react": "^2.1.4",
|
|
"@formily/shared": "^2.1.4",
|
|
"@formily/shared": "^2.1.4",
|
|
- "@umijs/max": "4.0.0",
|
|
|
|
- "@umijs/plugins": "4.0.0",
|
|
|
|
|
|
+ "@umijs/max": "4.0.0-rc.22",
|
|
|
|
+ "@umijs/plugins": "4.0.0-rc.22",
|
|
"ahooks": "^3.0.0",
|
|
"ahooks": "^3.0.0",
|
|
"antd": "4.20.7",
|
|
"antd": "4.20.7",
|
|
"array-move": "^4.0.0",
|
|
"array-move": "^4.0.0",
|
|
@@ -64,8 +64,8 @@
|
|
"@types/lodash": "^4.14.144",
|
|
"@types/lodash": "^4.14.144",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
- "@unocss/cli": "^0.38.2",
|
|
|
|
- "unocss": "^0.38.2",
|
|
|
|
|
|
+ "@unocss/cli": "^0.39.3",
|
|
|
|
+ "unocss": "^0.39.3",
|
|
"babel-plugin-import": "^1.13.5",
|
|
"babel-plugin-import": "^1.13.5",
|
|
"cross-env": "^7.0.0",
|
|
"cross-env": "^7.0.0",
|
|
"eslint": "^8.17.0",
|
|
"eslint": "^8.17.0",
|