aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/assets/package.json
blob: 139dede7487c69121ac54ab46bdd677b3f022f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "dependencies": {
        "babel-core": "^6.26.0",
        "babel-eslint": "^8.1.2",
        "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.8",
        "eslint": "^4.15.0",
        "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.41.0",
        "file-loader": "^1.1.6",
        "flow-bin": "^0.63.1",
        "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",
        "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.7",
        "style-loader": "^0.19.1",
        "typeface-roboto": "^0.0.50",
        "url": "^0.11.0",
        "url-loader": "^0.6.2",
        "webpack": "^3.10.0"
    }
}