-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 736 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 736 Bytes
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
{
"name": "accesslens",
"version": "1.0.0",
"description": "AR Accessibility Assistant for real-time interaction assistance",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "npm run dev"
},
"keywords": [
"accessibility",
"AR",
"assistive-technology",
"hackathon"
],
"author": "AccessLens Team",
"license": "MIT",
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/hands": "^0.4.1675469240",
"@tensorflow-models/coco-ssd": "^2.2.3",
"@tensorflow/tfjs": "^4.22.0",
"@vladmandic/face-api": "^1.7.15",
"firebase": "^10.7.1"
},
"devDependencies": {
"vite": "^5.0.8"
}
}