-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 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
{
"name": "media-clusterer",
"version": "3.0.0",
"description": "Local AI media clusterer with semantic search for photos and videos",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"bench": "vitest bench --run",
"type-check": "tsc --noEmit",
"deploy": "npm run build && wrangler pages deploy dist --project-name media-clusterer",
"prepare": "husky"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@vitest/coverage-v8": "^4.1.2",
"@vitest/ui": "^4.1.2",
"@webgpu/types": "^0.1.70",
"husky": "^9.1.7",
"jsdom": "^29.0.1",
"typescript": "^5.3.3",
"vite": "^8.0.3",
"vitest": "^4.1.2",
"wrangler": "^4.80.0"
},
"overrides": {
"protobufjs": "^7.6.3",
"esbuild": "^0.28.1",
"ws": "^8.21.0",
"undici": "^7.28.0"
},
"dependencies": {
"@huggingface/transformers": "^4.2.0",
"@modernized/exifr": "^8.0.1",
"@picocss/pico": "^2.1.1",
"@saehrimnir/druidjs": "^0.8.0",
"@sentry/browser": "^10.54.0",
"onnxruntime-web": "^1.26.0",
"p-limit": "^7.3.0"
}
}