-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
{
"name": "mentra-merge",
"version": "1.0.0",
"type": "module",
"module": "src/index.ts",
"scripts": {
"dev": "NODE_ENV=development bun --watch src/index.ts",
"start": "bun src/index.ts"
},
"author": "Mentra",
"license": "ISC",
"description": "Proactive conversation intelligence for MentraOS smart glasses",
"dependencies": {
"@ai-sdk/openai": "^1.3.23",
"@googlemaps/google-maps-services-js": "^3.4.2",
"@mastra/core": "^0.10.15",
"@mentra/react": "2.1.2",
"@mentra/sdk": "3.0.0-hono.6",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.2",
"bun-plugin-tailwind": "^0.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.34.0",
"hono": "^4.11.3",
"lottie-react": "^2.4.1",
"lucide-react": "^0.554.0",
"react": "^19",
"react-dom": "^19",
"react-markdown": "^10.1.0",
"string-similarity": "^4.0.4",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.3.8",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/string-similarity": "^4.0.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.0.0"
}
}