-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 825 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 825 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": "@needle-tools/vite-template",
"version": "1.0.0",
"scripts": {
"dev": "vite --host",
"start": "npm run dev",
"build": "vite build -- --production",
"build:production": "npm run build",
"build:dev": "vite build",
"deploy": "npm run build && npx --yes needle-cloud deploy dist --token"
},
"dependencies": {
"@needle-tools/engine": "5.0.0",
"three": "npm:@needle-tools/three@0.169.19"
},
"devDependencies": {
"@needle-tools/helper": "^1.11.4",
"@types/three": "0.169.0",
"@vitejs/plugin-basic-ssl": "2",
"typescript": "^5.0.4",
"vite": "8.0.3"
},
"author": {
"name": "Needle Tools",
"email": "hi@needle.tools",
"url": "https://needle.tools"
},
"repository": {
"type": "git",
"url": "https://github.com/needle-engine"
}
}