forked from visgl/hubble.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.82 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.82 KB
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
76
77
{
"name": "@hubble.gl/react",
"version": "1.4.0-alpha.0",
"description": "React components for hubble.gl",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/uber/hubble.gl"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"kepler.gl",
"deck.gl",
"webgl",
"visualization",
"react"
],
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"src",
"dist"
],
"sideEffects": false,
"dependencies": {
"@loaders.gl/zip": "^4.3.3",
"@turf/helpers": "^5.1.5",
"@turf/transform-translate": "^5.1.5",
"classnames": "^2.2.6",
"fuzzy": "^0.1.3",
"global": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"popmotion": "9.3.1",
"prop-types": "^15.7.2",
"react-lifecycles-compat": "^3.0.4",
"react-map-gl": "^5.2.10",
"react-modal": "^3.8.1",
"react-onclickoutside": "^6.9.0",
"reselect": "^3.0.0",
"styled-components": "^6.1.11"
},
"peerDependencies": {
"@deck.gl/core": ">=9.0",
"@deck.gl/mapbox": ">=9.0",
"@deck.gl/react": ">=9.0",
"@hubble.gl/core": "1.4.0-alpha.0",
"@loaders.gl/core": "^4.3.3",
"mapbox-gl": "<=2.4.1",
"react": ">=18.3.0",
"react-dom": ">=16.3.0"
},
"devDependencies": {
"@deck.gl/core": "^9.0",
"@deck.gl/mapbox": "^9.0",
"@deck.gl/react": "^9.0",
"@types/lodash.get": "^4.4.9",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/tape-catch": "^1.0.2",
"react": "^18.3.0",
"react-dom": "^18.3.0"
}
}