-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.81 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.81 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "vocespace",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
"dev": "node server.js",
"build": "NODE_OPTIONS='--max-old-space-size=8192' next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "5.x",
"@datadog/browser-logs": "^5.23.3",
"@hyperbeam/web": "^0.0.38",
"@iarna/toml": "^2.2.5",
"@livekit/components-core": "^0.12.13",
"@livekit/components-react": "2.8.1",
"@livekit/components-styles": "1.1.4",
"@livekit/krisp-noise-filter": "0.2.16",
"@mediapipe/camera_utils": "0.3.1675466862",
"@mediapipe/holistic": "0.5.1675471629",
"antd": "^5.26.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"detect-gpu": "^5.0.70",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"fast-deep-equal": "^3.1.3",
"html2canvas": "^1.4.1",
"ioredis": "^5.6.1",
"jsonwebtoken": "^9.0.3",
"link-preview-js": "^3.0.14",
"live2d-motionsync": "^0.0.4",
"livekit-client": "2.9.3",
"livekit-server-sdk": "2.10.1",
"next": "14.2.35",
"openai": "^6.7.0",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "6.5.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^10.1.0",
"react-notion-x": "^7.4.2",
"recoil": "^0.7.7",
"sharp": "^0.34.5",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"stripe": "^18.1.0",
"tinykeys": "^3.0.0",
"ulid": "^3.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"eslint": "9.18.0",
"eslint-config-next": "14.2.23",
"sass": "^1.85.1",
"source-map-loader": "^5.0.0",
"typescript": "5.7.3"
},
"engines": {
"node": ">=18"
}
}