-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.89 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
61
62
63
{
"name": "HelpModerate.me",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:zmbush/FoodTracker.git",
"author": "Zach Bush <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "^7.6.2",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/d3-scale": "^2.1.1",
"@types/d3-scale-chromatic": "^1.3.1",
"@types/material-ui": "^0.21.7",
"@types/moment": "^2.13.0",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@types/recharts": "^1.1.21",
"airbnb-prop-types": "^2.8.1",
"babel-loader": "^8.0.6",
"babel-plugin-flow-react-proptypes": "^25.1.0",
"babel-polyfill": "^6.23.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"css-modules-typescript-loader": "^3.0.1",
"d3-scale": "^3.1.0",
"d3-scale-chromatic": "^1.5.0",
"file-saver": "^2.0.2",
"flow": "^0.2.3",
"flow-bin": "^0.109.0",
"flow-coverage-report": "^0.6.1",
"flow-typed": "^2.0.0",
"flow-watch": "^1.1.1",
"html-webpack-plugin": "^3.2.0",
"immutability-helper": "^3.0.1",
"material-ui": "^0.20.2",
"moment": "^2.24.0",
"node-sass": "^4.5.2",
"normalize.css": "^8.0.1",
"prop-types": "^15.5.8",
"prop-types-exact": "^1.1.1",
"react": "^16.10.2",
"react-d3": "^0.4.0",
"react-dom": "^16.10.2",
"react-router-dom": "^5.1.2",
"react-tap-event-plugin": "^3.0.3",
"recharts": "^1.0.0-beta.1",
"sass-loader": "^8.0.0",
"serviceworker-webpack-plugin": "^1.0.1",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3",
"typescript-formatter": "^7.2.2",
"webpack": "^4.41.0"
},
"devDependencies": {
"webpack-cli": "^3.3.9"
}
}