-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 918 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
{
"name": "three-plateau-tps",
"homepage": "https://satoshi7190.github.io/three-plateau-tps/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"deploy": "npm run build && gh-pages -d src/dist -m \"Updates --skip-ci\"",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/proj4": "^2.5.5",
"@types/three": "^0.170.0",
"gh-pages": "^6.2.0",
"typescript": "~5.6.2",
"vite": "^5.4.10"
},
"dependencies": {
"flatgeobuf": "^3.36.0",
"gl-matrix": "^3.4.3",
"gsap": "^3.12.5",
"howler": "^2.2.4",
"lodash.throttle": "^4.1.1",
"maplibre-gl": "^4.7.1",
"proj4": "^2.15.0",
"three": "^0.170.0",
"three-mesh-bvh": "^0.8.3"
}
}