aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/assets/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/assets/package.json')
-rw-r--r--dashboard/assets/package.json59
1 files changed, 39 insertions, 20 deletions
diff --git a/dashboard/assets/package.json b/dashboard/assets/package.json
index 53376e5c8..5bbfc185c 100644
--- a/dashboard/assets/package.json
+++ b/dashboard/assets/package.json
@@ -1,22 +1,41 @@
{
- "dependencies": {
- "babel-core": "^6.26.0",
- "babel-eslint": "^8.0.1",
- "babel-loader": "^7.1.2",
- "babel-preset-env": "^1.6.1",
- "babel-preset-react": "^6.24.1",
- "babel-preset-stage-0": "^6.24.1",
- "classnames": "^2.2.5",
- "eslint": "^4.5.0",
- "eslint-plugin-react": "^7.4.0",
- "material-ui": "^1.0.0-beta.18",
- "material-ui-icons": "^1.0.0-beta.17",
- "path": "^0.12.7",
- "prop-types": "^15.6.0",
- "recharts": "^1.0.0-beta.0",
- "react": "^16.0.0",
- "react-dom": "^16.0.0",
- "url": "^0.11.0",
- "webpack": "^3.5.5"
- }
+ "dependencies": {
+ "babel-core": "^6.26.0",
+ "babel-eslint": "^8.0.3",
+ "babel-loader": "^7.1.2",
+ "babel-plugin-transform-class-properties": "^6.24.1",
+ "babel-plugin-transform-decorators-legacy": "^1.3.4",
+ "babel-plugin-transform-flow-strip-types": "^6.22.0",
+ "babel-plugin-transform-runtime": "^6.23.0",
+ "babel-preset-env": "^1.6.1",
+ "babel-preset-react": "^6.24.1",
+ "babel-preset-stage-0": "^6.24.1",
+ "babel-runtime": "^6.26.0",
+ "classnames": "^2.2.5",
+ "css-loader": "^0.28.7",
+ "eslint": "^4.13.1",
+ "eslint-config-airbnb": "^16.1.0",
+ "eslint-loader": "^1.9.0",
+ "eslint-plugin-import": "^2.8.0",
+ "eslint-plugin-jsx-a11y": "^6.0.3",
+ "eslint-plugin-react": "^7.5.1",
+ "eslint-plugin-flowtype": "^2.40.1",
+ "file-loader": "^1.1.6",
+ "flow-bin": "^0.61.0",
+ "flow-bin-loader": "^1.0.2",
+ "flow-typed": "^2.2.3",
+ "material-ui": "^1.0.0-beta.24",
+ "material-ui-icons": "^1.0.0-beta.17",
+ "path": "^0.12.7",
+ "ramda": "^0.25.0",
+ "react": "^16.2.0",
+ "react-dom": "^16.2.0",
+ "react-fa": "^5.0.0",
+ "react-transition-group": "^2.2.1",
+ "recharts": "^1.0.0-beta.6",
+ "style-loader": "^0.19.1",
+ "url": "^0.11.0",
+ "url-loader": "^0.6.2",
+ "webpack": "^3.10.0"
+ }
}