-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 KB
/
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": "my-app",
"version": "0.0.1",
"scripts": {
"start": "npm run dev",
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview --host",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@gltf-transform/core": "^3.4.8",
"@gltf-transform/extensions": "^3.4.8",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.22.3",
"@types/cookie": "^0.5.1",
"@types/draco3dgltf": "^1.4.0",
"@types/marked": "^5.0.1",
"@types/node": "^20.4.4",
"@types/three": "^0.156.0",
"draco3dgltf": "^1.5.6",
"glob": "^10.3.3",
"marked": "^5.1.1",
"marked-base-url": "^1.0.2",
"svelte": "^4.1.1",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "4.3.9",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-static-copy": "^0.17.0"
},
"type": "module",
"dependencies": {
"@needle-tools/engine": "^3.14.0-beta",
"three": "npm:@needle-tools/three@^0.154.1"
}
}