-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 990 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
32
33
34
35
{
"name": "makeup-match-prototype",
"private": true,
"version": "0.1.0",
"license": "AGPL-3.0-only",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"postinstall": "node scripts/prepare-model.mjs",
"progress:update": "node scripts/update-validation-progress.mjs --input output/validation-progress/latest-input.json",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@marsidev/react-turnstile": "1.5.3",
"@mediapipe/tasks-vision": "0.10.35",
"@supabase/supabase-js": "^2.110.7",
"@vercel/analytics": "2.0.1",
"lucide-react": "^0.468.0",
"qrcode": "^1.5.4",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/qrcode": "^1.5.6",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"supabase": "2.109.1",
"typescript": "~5.9.2",
"vite": "^7.1.2",
"vitest": "^3.2.4"
}
}