-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.83 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.83 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
{
"name": "kepler-app-vite",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"@deck.gl/aggregation-layers": "^9.2.11",
"@deck.gl/core": "^9.2.11",
"@deck.gl/extensions": "^9.2.11",
"@deck.gl/geo-layers": "^9.2.11",
"@deck.gl/layers": "^9.2.11",
"@deck.gl/mesh-layers": "^9.2.11",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@kepler.gl/components": "3.1.7",
"@kepler.gl/reducers": "3.1.7",
"@loaders.gl/arrow": "4.3.4",
"@loaders.gl/core": "4.3.4",
"@loaders.gl/gltf": "4.3.4",
"@loaders.gl/images": "4.3.4",
"@loaders.gl/mvt": "4.3.4",
"@loaders.gl/parquet": "4.3.4",
"@loaders.gl/pmtiles": "4.3.4",
"@luma.gl/core": "9.2.6",
"@luma.gl/engine": "9.2.6",
"@luma.gl/shadertools": "9.2.6",
"@luma.gl/webgl": "9.2.6",
"@math.gl/core": "^4.0.0",
"@math.gl/web-mercator": "^4.1.0",
"apache-arrow": "17.0.0",
"gl-matrix": "^3.4.3",
"lodash": "4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-scripts": "^5.0.1",
"react-virtualized": "^9.22.5",
"redux": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/lodash.uniq": "^4",
"@types/node": "^22.15.21",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"vite-plugin-wasm": "^3.4.1"
},
"resolutions": {
"apache-arrow": "17.0.0"
}
}