-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "@mentra/dashboard",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "bun build ./src/index.ts --outdir ./dist --target bun",
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts",
"ngrok": "ngrok http --url=dash-aos.ngrok.app 8003"
},
"dependencies": {
"@mentra/sdk": "2.1.13",
"@google/generative-ai": "^0.3.0",
"@types/cookie-parser": "^1.4.8",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/mongoose": "^5.11.97",
"@types/node": "^22.13.14",
"@types/tz-lookup": "^6.1.2",
"@types/ws": "^8.18.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.0",
"path": "^0.12.7",
"tz-lookup": "^6.1.25",
"uuid": "^11.1.0",
"ws": "^8.18.1",
"@langchain/anthropic": "^0.3.13",
"@langchain/community": "^0.3.31",
"@langchain/core": "^0.3.40",
"@langchain/google-vertexai": "^0.1.8",
"langchain": "^0.3.18",
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@types/bun": "^1.2.15",
"typescript": "^5.0.0"
}
}