-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 964 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
{
"name": "my-needle-engine-project",
"type": "module",
"version": "1.0.0",
"scripts": {
"start": "npm run dev",
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@needle-tools/engine": "^3.36.2-beta",
"three": "npm:@needle-tools/three@^0.162.2"
},
"devDependencies": {
"@needle-tools/helper": "^1.8.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.5.0",
"@types/three": "0.162.0",
"glob": "^10.2.5",
"mdsvex": "^0.11.0",
"svelte": "^4.1.2",
"svelte-check": "^3.0.1",
"typescript": "^5.0.4",
"vite": "<= 4.3.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-static-copy": "^0.17.0"
}
}