-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 725 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 725 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
{
"name": "mrgrey.site",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://namefailed.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/namefailed/namefailed.github.io.git"
},
"scripts": {
"dev": "vite",
"dev:force": "vite --force",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@types/three": "^0.184.1",
"typescript": "~6.0.2",
"vite": "^8.0.10",
"vitest": "^4.1.5"
},
"dependencies": {
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"three": "^0.184.0"
}
}