-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.66 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.66 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
55
56
57
58
59
{
"name": "web-hand-guidance",
"private": true,
"version": "0.1.0",
"type": "module",
"author": "adildsw",
"homepage": "https://adildsw.github.io/WebHandGuidance/",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
"@p5-wrapper/react": "^4.4.1",
"@tailwindcss/vite": "^4.1.11",
"@techstark/opencv-js": "^4.11.0-release.1",
"file-saver": "^2.0.5",
"gh-pages": "^6.3.0",
"js-aruco2": "^2.0.0",
"jszip": "^3.10.1",
"lz-string": "^1.5.0",
"p5": "^2.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.8.0",
"tailwindcss": "^4.1.11",
"uid": "^2.0.2"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/file-saver": "^2.0.7",
"@types/p5": "^1.7.6",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/web-bluetooth": "^0.0.21",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}