-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 958 Bytes
/
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
{
"name": "market-maker",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"deck.gl": "^8.7.8",
"dotenv": "^16.0.1",
"fuse.js": "^6.6.2",
"install": "^0.13.0",
"mapbox-gl": "^2.8.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.0.11",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"vite": "^2.9.9"
},
"overrides": {
"@loaders.gl/core": "3.1.8",
"@loaders.gl/images": "3.1.8",
"@loaders.gl/3d-tiles": "3.1.8",
"@loaders.gl/gis": "3.1.8",
"@loaders.gl/textures": "3.1.8",
"@loaders.gl/terrain": "3.1.8",
"@loaders.gl/schema": "3.1.8",
"@loaders.gl/gltf": "3.1.8",
"@loaders.gl/tiles": "3.1.8",
"@loaders.gl/loader-utils": "3.1.8"
}
}