-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 791 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": "mii-creator",
"module": "build.ts",
"type": "module",
"scripts": {
"build-ts": "bun build.ts",
"serve": "bunx serve -l 3000 -C ./public"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@datkat21/html": "^1.2.0",
"@sentry/browser": "^8.53.0",
"@types/assert": "^1.5.10",
"@types/gsap": "^3.0.0",
"@types/md5": "^2.3.5",
"@types/three": "^0.169.0",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"camera-controls": "^2.9.0",
"iconv-lite": "^0.6.3",
"jszip": "^3.10.1",
"kaitai-struct": "^0.10.0",
"localforage": "^1.10.0",
"md5": "^2.3.0",
"sass": "^1.79.4",
"three": "^0.169.0",
"vanilla-lazyload": "^19.1.3"
}
}