aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorMarvin Borner2019-02-13 17:14:47 +0100
committerMarvin Borner2019-02-13 17:14:47 +0100
commit6a967887df29c0051a22df96463aed63b7ece729 (patch)
tree15b91fccb40990ebc2e0c822b843582e672f0465 /package.json
parent8cad9c810741088a1874b58e80245ce83909b582 (diff)
Code cleanup
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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",