-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 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
47
48
49
50
51
52
53
54
{
"name": "posecompare",
"version": "0.2.0-beta",
"private": true,
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.14",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@types/p5": "^1.7.6",
"@vitejs/plugin-react": "^5.1.1",
"chart.js": "^4.4.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dexie": "^4.0.4",
"dexie-react-hooks": "^1.1.7",
"firebase": "^12.6.0",
"lucide-react": "^0.555.0",
"next-themes": "^0.4.6",
"p5": "^1.9.3",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-resizable-panels": "^3.0.6",
"react-router-dom": "^7.10.1",
"react-webcam": "^7.2.0",
"react-youtube": "^10.1.0",
"sonner": "^2.0.7",
"styled-components": "^6.1.8",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"vite": "^7.2.6"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-router-dom": "^5.3.3",
"@types/react-youtube": "^7.6.2",
"autoprefixer": "^10.4.22",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vite-plugin-pwa": "^1.2.0"
}
}