From 503f94199f7fc730da4a1a1165c2863956d10000 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sun, 10 Dec 2017 00:22:36 +0100 Subject: Setup react-redux env --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 8ae0621..95337bb 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "babel-loader": "^7.1.2", + "babel-preset-react": "^6.24.1", "bluebird": "^3.4.6", "body-parser": "^1.16.0", "browser-request": "^0.3.3", @@ -19,6 +20,7 @@ "debug": "^2.6.0", "diacritics": "^1.2.3", "encoding": "^0.1.12", + "eslint": "^4.13.0", "express": "^4.13.4", "flexibility": "^2.0.1", "fuzzy": "^0.1.1", @@ -27,6 +29,10 @@ "left-pad": "^1.1.1", "lodash": "^4.15.0", "morgan": "~1.7.0", + "react": "^16.2.0", + "react-dom": "^16.2.0", + "react-redux": "^5.0.6", + "redux": "^3.7.2", "request": "^2.74.0", "smoothscroll-polyfill": "^0.3.4", "spdy": "^3.4.4", @@ -38,6 +44,10 @@ "babelify": "^7.3.0", "bower": "^1.7.9", "browserify": "^14.0.0", + "eslint-config-airbnb": "^16.1.0", + "eslint-plugin-import": "^2.8.0", + "eslint-plugin-jsx-a11y": "^6.0.2", + "eslint-plugin-react": "^7.5.1", "gulp": "^3.9.1", "watchify": "^3.7.0", "webpack": "^3.5.6" -- cgit v1.1