-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.67 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ReactTest",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.39",
"@material-ui/system": "^4.7.1",
"babel-preset-env": "^1.7.0",
"browser-history": "^1.0.1",
"chart.js": "^2.7.1",
"event-emitter": "^0.3.5",
"history": "^4.7.2",
"html-webpack-plugin": "^2.30.1",
"import-local": "^3.0.2",
"material-design-icons": "^3.0.1",
"material-ui": "^0.20.2",
"p-try": "^2.2.0",
"pkg-dir": "^4.2.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-chartjs": "^1.2.0",
"react-chartjs-2": "^2.7.0",
"react-dom": "^16.12.0",
"react-fetch": "0.0.9",
"react-mdl": "^1.11.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"rest": "^2.0.0",
"styled-components": "^5.0.0",
"styled-jsx": "^2.2.5",
"typeface-roboto": "0.0.54",
"webpack-notifier": "^1.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.8.3",
"author": "",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.2.0",
"file-loader": "^5.0.2",
"keywords": [],
"license": "^0.0.3",
"style-loader": "^1.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}