-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.19 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
{
"name": "@sichengchen/theremin",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "vp dev",
"build": "tsc -b && vp build",
"check": "tsc -b && vp test",
"test": "vp test",
"preview": "vp preview",
"fetch:model": "node scripts/fetch-mediapipe-model.mjs",
"postinstall": "node scripts/copy-mediapipe-assets.mjs"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@fontsource-variable/inter": "^5.2.8",
"@mediapipe/tasks-vision": "latest",
"@tailwindcss/vite": "^4.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.17.0",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@playwright/test": "latest",
"@types/node": "^25.9.1",
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "latest",
"jsdom": "latest",
"typescript": "latest",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vite-plus": "latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
}
}