remove unuse package
Showing
... | ... | @@ -63,10 +63,8 @@ |
"express": "^4.16.4", | ||
"lodash": "^4.17.10", | ||
"lodash-decorators": "^6.0.0", | ||
"lodash.isequal": "^4.5.0", | ||
"memoize-one": "^5.0.0", | ||
"moment": "^2.22.2", | ||
"netlify-lambda": "^1.4.3", | ||
"omit.js": "^1.0.0", | ||
"path-to-regexp": "^2.4.0", | ||
"qs": "^6.7.0", | ||
... | ... | @@ -125,7 +123,8 @@ |
"umi-plugin-ga": "^1.1.3", | ||
"umi-plugin-pro-block": "^1.3.0", | ||
"umi-plugin-react": "^1.7.2", | ||
"umi-types": "^0.2.0" | ||
"umi-types": "^0.2.0", | ||
"netlify-lambda": "^1.4.3" | ||
}, | ||
"optionalDependencies": { | ||
"puppeteer": "^1.12.1" | ||
... | ... |
Please register or sign in to comment