sync code
Showing
... | @@ -34,7 +34,6 @@ | ... | @@ -34,7 +34,6 @@ |
}, | }, | ||
"husky": { | "husky": { | ||
"hooks": { | "hooks": { | ||
"pre-commit": "npm run lint-staged" | |||
} | } | ||
}, | }, | ||
"lint-staged": { | "lint-staged": { | ||
... | @@ -90,7 +89,9 @@ | ... | @@ -90,7 +89,9 @@ |
"umi-plugin-ga": "^1.1.3", | "umi-plugin-ga": "^1.1.3", | ||
"umi-plugin-pro-block": "^1.3.2", | "umi-plugin-pro-block": "^1.3.2", | ||
"umi-plugin-react": "^1.8.2", | "umi-plugin-react": "^1.8.2", | ||
"umi-request": "^1.0.7" | "axios":"^0.19.0", | ||
"query-string":"^6.8.1", | |||
"store":"^2.0.12" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@ant-design/colors": "^3.1.0", | "@ant-design/colors": "^3.1.0", | ||
... | @@ -105,7 +106,6 @@ | ... | @@ -105,7 +106,6 @@ |
"@types/react": "^16.8.19", | "@types/react": "^16.8.19", | ||
"@types/react-document-title": "^2.0.3", | "@types/react-document-title": "^2.0.3", | ||
"@types/react-dom": "^16.8.4", | "@types/react-dom": "^16.8.4", | ||
"@types/numeral":"^0.0.25", | |||
"babel-eslint": "^10.0.1", | "babel-eslint": "^10.0.1", | ||
"chalk": "^2.4.2", | "chalk": "^2.4.2", | ||
"check-prettier": "^1.0.3", | "check-prettier": "^1.0.3", | ||
... | @@ -131,7 +131,7 @@ | ... | @@ -131,7 +131,7 @@ |
"stylelint": "^10.1.0", | "stylelint": "^10.1.0", | ||
"webpack-theme-color-replacer": "^1.1.5", | "webpack-theme-color-replacer": "^1.1.5", | ||
"mockjs": "^1.0.1-beta3", | "mockjs": "^1.0.1-beta3", | ||
"@types/mockjs":"^1.0.2" | "eslint-import-resolver-alias": "^1.1.2" | ||
}, | }, | ||
"optionalDependencies": { | "optionalDependencies": { | ||
"puppeteer": "^1.17.0" | "puppeteer": "^1.17.0" | ||
... | ... |
src/themes/vars.less
0 → 100644
src/utils/index.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/store.js
0 → 100644
Please register or sign in to comment