diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json index ad007a81..bfdbb207 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -12,6 +12,7 @@ "license": "ISC", "devDependencies": { "babel-core": "^6.26.3", + "babel-eslint": "^8.2.5", "babel-jest": "^23.2.0", "babel-loader": "^7.1.4", "babel-plugin-transform-class-properties": "^6.24.1", @@ -23,6 +24,10 @@ "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "error-overlay-webpack-plugin": "^0.1.5", + "eslint": "^5.0.1", + "eslint-plugin-babel": "^5.1.0", + "eslint-plugin-only-ascii": "^0.0.0", + "eslint-plugin-react": "^7.10.0", "file-loader": "^1.1.11", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", @@ -33,6 +38,7 @@ "optimize-css-assets-webpack-plugin": "^4.0.3", "postcss-loader": "^2.1.5", "prop-types": "^15.6.2", + "react-router-prop-types": "^1.0.4", "react-test-renderer": "^16.4.1", "style-loader": "^0.21.0", "webpack": "^4.14.0", |