-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "sensortimeline",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:gh-pages": "NODE_ENV=production vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
"@sveltejs/adapter-static": "^3.0.8",
"@tensorflow/tfjs": "^4.22.0",
"@types/plotly.js": "^3.0.0",
"@types/qrcode": "^1.5.5",
"@types/web-bluetooth": "^0.0.21",
"d3": "^7.9.0",
"dynamic-time-warping-ts": "^1.0.0",
"peerjs": "^1.5.4",
"plotly.js-dist": "^3.0.1",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"svd-js": "^1.1.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.21.2",
"@sveltejs/vite-plugin-svelte": "^5.1.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.1.8",
"svelte": "^5.33.14",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.1.8",
"typescript": "^5.0.0",
"vite": "^6.2.6"
}
}