-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"name": "visualisationdemo",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"antd": "^3.25.1",
"babel-polyfill": "^6.26.0",
"chart.js": "^2.8.0",
"chartjs-plugin-zoom": "^0.7.3",
"csv": "^5.1.3",
"indexof": "0.0.1",
"leaflet": "^1.5.1",
"lodash": "^4.17.15",
"meteor-node-stubs": "^0.4.1",
"papaparse": "^5.1.0",
"react": "^16.11.0",
"react-chartjs-2": "^2.8.0",
"react-color": "^2.17.3",
"react-d3-library": "^1.1.8",
"react-dom": "^16.11.0",
"react-dropzone": "^10.1.9",
"react-dropzone-csv-to-json": "^0.1.3",
"react-leaflet": "^2.4.0",
"react-resizable": "^1.9.0",
"react-vega": "^7.1.0",
"react-vega-lite": "^6.1.0",
"react-virtualized": "^9.21.1",
"react-vis": "^1.11.7",
"regenerator-runtime": "^0.13.3",
"vega": "^5.7.3",
"vega-lib": "^4.4.0",
"vega-lite": "^3.4.0",
"viser-react": "^2.4.6"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}