-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·32 lines (32 loc) · 1005 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
30
31
32
{
"name": "vanilla-3dtiles",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bun scripts/dev.mjs",
"typecheck": "tsc --noEmit --preserveSymlinks",
"test": "bun test",
"lint": "bun run typecheck",
"build": "vite build",
"preview": "vite preview",
"download:msfs-doc-xmls": "bun scripts/download-msfs-doc-xmls.mjs",
"download:msfs-doc-cfgs": "bun scripts/download-msfs-doc-cfgs.mjs",
"download:msfs-doc-references": "bun scripts/download-msfs-doc-references.mjs",
"download:msfs-template-explorer-html": "bun scripts/download-msfs-template-explorer-html.mjs"
},
"dependencies": {
"3d-tiles-renderer": "^0.4.21",
"three": "^0.182.0",
"workerpool": "^10.0.2"
},
"devDependencies": {
"@takram/three-atmosphere": "0.16.0",
"@takram/three-geospatial": "0.6.0",
"@types/three": "0.182.0",
"@webgpu/types": "^0.1.69",
"portless": "^0.10.0",
"typescript": "^7.0.2",
"vite": "^7.1.5"
}
}