-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.85 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
64
{
"name": "opendiabetes-plot",
"version": "0.0.1",
"description": "Project Dev Ops Site: https://dev.azure.com/aleksej-strassheim/OpenDiabetes-plot",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --debug --open --mode development",
"start-test": "node server.js",
"build": "webpack --config webpack.config.prod.js --mode production",
"test": "eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Creative332/OpenDiabetes-Plot.git"
},
"author": "",
"license": "GPL V3",
"bugs": {
"url": "https://github.com/Creative332/OpenDiabetes-Plot/issues"
},
"homepage": "https://github.com/Creative332/OpenDiabetes-Plot#readme",
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "^7.6.3",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.6.3",
"@babel/preset-react": "7.6.3",
"babel-loader": "8.0.6",
"codecov": "3.6.1",
"css-loader": "3.2.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"express": "^4.17.1",
"node-sass": "4.13.1",
"react-hot-loader": "4.12.15",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@babel/runtime": "7.8.4",
"asyncwait": "^1.0.2",
"bootstrap": "^4.3.1",
"crossfilter2": "^1.5.2",
"d3": "5.12.0",
"d3-array": "^2.3.3",
"d3-axis": "^1.0.12",
"d3-brush": "^1.1.3",
"d3-geo": "^1.11.6",
"d3-scale": "^3.2.0",
"d3-selection": "^1.4.0",
"d3-shape": "^1.3.5",
"d3-svg-legend": "^2.25.6",
"d3-transition": "^1.2.0",
"jquery": "^3.4.1",
"jslint": "^0.12.1",
"popper.js": "1.16.1",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-dropzone": "^10.2.1"
}
}