From 989fb5c7dbba174f54f3ae69df788d6685fff46b Mon Sep 17 00:00:00 2001 From: jloup Date: Sat, 24 Feb 2018 17:06:57 +0100 Subject: Upgrade ReactJS. EC6 import modules. --- cmd/web/package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'cmd/web/package.json') diff --git a/cmd/web/package.json b/cmd/web/package.json index 84aac37..c9241f1 100644 --- a/cmd/web/package.json +++ b/cmd/web/package.json @@ -13,14 +13,21 @@ "debowerify": "^1.3.1", "localenvify": "^1.0.1", "page": "^1.8.3", - "path-to-regexp": "^1.2.1" + "path-to-regexp": "^1.2.1", + "react": "^16.2.0" }, "devDependencies": { "babel-cli": "^6.26.0", + "babel-core": "^6.26.0", + "babel-eslint": "^8.2.2", + "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", + "babelify": "^8.0.0", "browserify": "^15.2.0", - "jscs": "^3.0.3", - "jshint": "^2.9.2" + "eslint": "^4.18.1", + "eslint-plugin-babel": "^4.1.2", + "eslint-plugin-react": "^7.7.0", + "react-dom": "^16.2.0" } } -- cgit v1.2.3