diff options
Diffstat (limited to 'plugins/base/frontend/package.json')
-rw-r--r-- | plugins/base/frontend/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/base/frontend/package.json b/plugins/base/frontend/package.json index 4415dd1c..14a44e8e 100644 --- a/plugins/base/frontend/package.json +++ b/plugins/base/frontend/package.json @@ -31,6 +31,7 @@ "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", "babel-loader": "^8.0.6", + "lodash": "^4.17.19", "postcss-import": "^12.0.1", "postcss-preset-env": "^6.7.0", "react": "^16.12.0", @@ -44,6 +45,7 @@ }, "devDependencies": { "@jetbrains/stylelint-config": "^2.0.0", + "@types/lodash": "^4.14.158", "babel-eslint": "^10.0.3", "eslint": "^6.8.0", "react-svg-loader": "^3.0.3", |