forked from RodrigoHamuy/react-three-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 672 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 672 Bytes
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
{
"name": "example-maplibre",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "yarn ladle serve",
"ts": "tsc -w"
},
"dependencies": {
"@ladle/react": "^4.0.2",
"@react-three/drei": "^9.77.10",
"@react-three/fiber": "^8.13.4",
"leva": "^0.9.35",
"maplibre-gl": "^5.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "8.0.1",
"react-three-map": "^0.8.1",
"three": "~0.153.0",
"three-stdlib": "^2.23.10"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/three": "^0.152.1",
"typescript": "^5.1.6",
"vite": "^4.3.9"
}
}