-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.34 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "em-cbd-ui",
"version": "1.0.0",
"description": "UI for EM-CBD Dashboard",
"main": "src/app.js",
"keywords": [
"visualization",
"medicine",
"react",
"redux",
"d3"
],
"scripts": {
"start": "webpack serve --config ./build-config/webpack.config.js",
"build": "webpack --config ./build-config/webpack.prod.config.js"
},
"author": "kiranbandi",
"license": "MIT",
"dependencies": {
"@seanwong24/s-tooltip": "^1.1.0",
"axios": "^0.21.1",
"canvg": "^3.0.4",
"chart.js": "^1.1.1",
"computed-style-to-inline-style": "^3.0.0",
"d3": "^5.5.0",
"file-saver": "^2.0.2",
"html2canvas": "^1.0.0-rc.5",
"jspdf": "^2.3.1",
"lodash": "^4.17.20",
"moment": "^2.23.0",
"rc-slider": "^8.7.1",
"react": "^16.13.1",
"react-chartjs": "^1.2.0",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.2",
"react-loading": "^2.0.3",
"react-redux": "^5.0.7",
"react-router": "^3.0.5",
"react-select": "^2.4.4",
"react-switch": "^5.0.1",
"react-table": "^6.9.2",
"recharts": "^1.8.5",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"shortid": "^2.2.8",
"toastr": "^2.1.4",
"xlsx": "^0.18.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-es2015-modules-amd": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^5.1.1",
"file-loader": "^1.1.11",
"html-webpack-harddisk-plugin": "^2.0.0",
"html-webpack-plugin": "^5.1.0",
"image-webpack-loader": "^4.1.0",
"redux-devtools-extension": "^2.13.2",
"resolve-url-loader": "^4.0.0",
"sass": "^1.22.10",
"sass-loader": "^7.0.3",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^1.0.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.7.4"
}
}