-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 821 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
{
"name": "personal-website",
"version": "1.0.0",
"description": "my personal website",
"main": "index.js",
"author": "Tom Greenwood",
"license": "None",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"types": "tsc",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --printConsoleTrace=true --silent=false"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/webgl2": "^0.0.10",
"firebase-tools": "^13.3.1",
"jsdom": "^27.0.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0",
"vitest": "^3.2.4"
},
"dependencies": {
"@types/three": "^0.180.0",
"jolt-physics": "^0.38.0",
"three": "^0.180.0",
"yarn": "^1.22.22"
}
}