diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index d2baaba..f67f6da 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "eslint" ], "dependencies": { + "@fortawesome/fontawesome-free": "^5.6.3", "babel-cli": "^6.26.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", @@ -62,14 +63,14 @@ "xkcd-password": "^2.0.0" }, "devDependencies": { - "@fortawesome/fontawesome-free": "^5.6.3", "babel-eslint": "^8.2.3", "babel-jest": "^21.2.0", "babel-register": "^6.26.0", "browserify": "^16.2.3", "dotenv": "^4.0.0", - "eslint": "^4.12.1", - "eslint-plugin-import": "^2.11.0", + "eslint": "^5.3.0", + "eslint-config-airbnb-base": "^13.1.0", + "eslint-plugin-import": "^2.16.0", "eslint-plugin-jest": "^21.3.2", "eslint-watch": "^3.1.3", "jest": "^23.6.0", |