-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "onebeer",
"decription": "track your drinks",
"author": "Sebstian Haas",
"license": "MIT",
"bugs": {
"url": "https://github.com/sehaas/onebeer/issues"
},
"version": "0.1.8",
"private": true,
"homepage": "https://app.onebeer.me/",
"dependencies": {
"chokidar": "^3.5.3",
"d3": "^5.12.0",
"dexie": "^3.2.2",
"downloadjs": "^1.4.7",
"leaflet": "^1.5.1",
"leaflet-css": "^0.1.0",
"leaflet.heat": "^0.2.0",
"material-ui": "^0.19.4",
"moment": "^2.29.4",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-easy-chart": "github:sehaas/react-easy-chart#scatterplot_z_value_1.0",
"react-faux-dom": "^4.5.0",
"react-leaflet": "^2.4.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^5.0.1",
"react-speed-dial": "^0.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "PUBLIC_URL=https://app.onebeer.me react-scripts build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"typescript": "^3.6.3"
}
}