forked from hyperfy-xyz/hyperfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 KB
/
package.json
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
42
43
44
45
46
47
{
"name": "hyperfy",
"version": "0.1.0",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "node build.mjs --dev",
"build": "node --version",
"start": "node build.mjs --dev"
},
"dependencies": {
"@fastify/compress": "^8.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/multipart": "^9.0.1",
"@fastify/static": "^8.0.1",
"@fastify/websocket": "^11.0.1",
"@firebolt-dev/css": "^0.4.3",
"@firebolt-dev/jsx": "^0.4.3",
"@pixiv/three-vrm": "^3.3.1",
"better-sqlite3": "^11.7.2",
"dotenv-flow": "^4.1.0",
"esbuild": "^0.24.0",
"eventemitter3": "^5.0.1",
"fastify": "^5.0.0",
"find-cache-dir": "^5.0.0",
"fs-extra": "^11.2.0",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.469.0",
"moment": "^2.30.1",
"msgpackr": "^1.11.0",
"nanoid": "^5.0.6",
"postprocessing": "^6.36.4",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ses": "^1.10.0",
"source-map-support": "^0.5.21",
"three": "^0.170.0",
"three-mesh-bvh": "^0.8.3"
},
"engines": {
"node": "22.x"
},
"license": "GPL-3.0-only"
}