generated from Mentra-Community/MentraOS-Display-Example-App
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "mentraos-camera-app",
"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": "Aryan Farhang",
"license": "ISC",
"description": "Camera app for taking photos with MentraOS",
"dependencies": {
"@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",
"hono": "^4.11.3",
"lucide-react": "^0.554.0",
"react": "^19",
"react-dom": "^19",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.3.8",
"ws": "^8.18.1"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.18.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.0.0"
}
}