-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 982 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 982 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
33
34
35
36
37
38
39
40
41
{
"name": "planetcraft",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.18.0"
},
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --host 0.0.0.0",
"typecheck": "vue-tsc --noEmit",
"lint": "oxlint src tests",
"format": "oxfmt",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@fontsource/geist": "5.3.0",
"@fontsource/geist-mono": "5.3.0",
"@fontsource/silkscreen": "5.3.0",
"@lucide/vue": "1.41.0",
"reka-ui": "2.10.4",
"three": "0.180.0",
"vue": "3.5.42"
},
"devDependencies": {
"@types/node": "22.19.19",
"@types/three": "0.180.0",
"@vitejs/plugin-vue": "6.0.8",
"@vue/test-utils": "2.5.0",
"jsdom": "26.1.0",
"oxfmt": "0.61.0",
"oxlint": "1.76.0",
"typescript": "5.9.3",
"vite": "8.2.2",
"vitest": "4.1.0",
"vue-tsc": "3.3.11"
},
"type": "module"
}