-
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.21 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.21 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": "detect-js",
"type": "module",
"version": "0.0.1",
"bin": {
"astro": "./astro"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "chmod +x ./astro 2>/dev/null || true"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/preact": "^4.0.5",
"@astrojs/svelte": "^7.0.4",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.1.1",
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/drawing_utils": "^0.3.1675466124",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@mediapipe/tasks-vision": "^0.10.35",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@types/react": "^18.3.15",
"@types/react-dom": "^18.3.4",
"astro": "5.0.4",
"astro-themes": "^0.2.5",
"axios": "^1.8.1",
"d3": "^7.9.0",
"preact": "^10.26.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^5.19.9",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.3"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6"
}
}