sync code
Showing
README.fr-FR.md
deleted
100644 → 0
README.ja-JP.md
deleted
100644 → 0
README.ru-RU.md
deleted
100644 → 0
README.tr-TR.md
deleted
100644 → 0
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
}, | }, | ||
"husky": { | "husky": { | ||
"hooks": { | "hooks": { | ||
"pre-commit": "npm run lint-staged" | |||
} | } | ||
}, | }, | ||
"lint-staged": { | "lint-staged": { | ||
... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
"not ie <= 10" | "not ie <= 10" | ||
], | ], | ||
"dependencies": { | "dependencies": { | ||
"@ant-design/pro-layout": "^4.5.0", | "@ant-design/pro-layout": "^4.5.5", | ||
"@antv/data-set": "^0.10.2", | "@antv/data-set": "^0.10.2", | ||
"@types/lodash.debounce": "^4.0.6", | "@types/lodash.debounce": "^4.0.6", | ||
"@types/react-router": "^5.0.2", | "@types/react-router": "^5.0.2", | ||
... | @@ -129,8 +129,9 @@ | ... | @@ -129,8 +129,9 @@ |
"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" | "@types/mockjs":"^1.0.2", | ||
}, | "eslint-import-resolver-alias": "^1.1.2" | ||
}, | |||
"optionalDependencies": { | "optionalDependencies": { | ||
"puppeteer": "^1.17.0" | "puppeteer": "^1.17.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment