-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "polyphony-vis",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "5.8.0",
"@luma.gl/core": "^8.5.10",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@turf/bbox-polygon": "^6.5.0",
"@turf/boolean-contains": "^6.0.1",
"@turf/boolean-overlap": "^6.0.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/boolean-within": "^6.0.1",
"@turf/centroid": "^6.0.2",
"@turf/helpers": "^6.1.4",
"colormap": "^2.3.2",
"concaveman": "^1.2.1",
"d3-array": "^2.4.0",
"d3-color": "^1.4.0",
"d3-force": "^2.1.1",
"d3-interpolate": "^2.0.1",
"d3-quadtree": "^1.0.7",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^1.5.0",
"deck.gl": "^8.6.8",
"glslify": "^7.0.0",
"internmap": "^2.0.3",
"lodash": "^4.17.21",
"nebula.gl": "^0.23.8",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-scripts": "3.4.1",
"uuid": "^3.3.2",
"vitessce": "^1.1.21",
"zarr": "^0.5.1",
"zustand": "^3.5.10"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@svgr/webpack": "^5.3.1",
"babel-loader": "^8.1.0",
"babel-plugin-glsl": "^1.0.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",
"glsl-colormap": "^1.0.1",
"sass": "^1.51.0"
}
}