diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-25 14:14:44 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-25 14:14:44 +0300 |
commit | 6212b5ef0e2ae1f2c2334bc003ead1d4fd0b1fe4 (patch) | |
tree | aa84ffc35ebcb4c692fcb292045333a2a9e99926 /package.json | |
parent | 3e92c59a0a79646f77a6f882d3543ecde7cb2dc8 (diff) | |
download | which-ui-6212b5ef0e2ae1f2c2334bc003ead1d4fd0b1fe4.tar.gz |
style: fix linting errors
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index 22e3488..98f44df 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,13 @@ "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", "axios": "^0.19.2", + "lodash": "^4.17.15", "react": "^16.13.1", "react-dom": "^16.13.1", "react-icons": "^3.10.0", "react-scripts": "3.4.1", - "typeface-roboto": "0.0.75" + "typeface-roboto": "0.0.75", + "which-types": "^1.4.1" }, "scripts": { "start": "react-scripts start", @@ -32,6 +34,7 @@ ] }, "devDependencies": { + "@types/lodash": "^4.14.157", "@types/node": "^12.12.44", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", @@ -45,7 +48,6 @@ "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^2.5.1", "gh-pages": "^3.0.0", - "typescript": "^3.9.5", - "which-types": "^1.4.1" + "typescript": "^3.9.5" } } |