Skip to content

Commit

Permalink
associating mediapipe dependency with poseHand extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalacho-mit committed Sep 27, 2024
1 parent 85b7570 commit 48a5498
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 62 deletions.
1 change: 1 addition & 0 deletions extensions/src/poseHand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@mediapipe/tasks-vision": "^0.1.0-alpha-12",
"@tensorflow-models/handpose": "^0.0.3"
}
}
8 changes: 8 additions & 0 deletions extensions/src/poseHand/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,18 @@
"etest": "pnpm test:extensions"
},
"devDependencies": {
"@types/node": "^20.12.2",
"@types/node": "^20.16.10",
"@types/webgl2": "^0.0.6",
"@types/yargs": "^17.0.32",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"tslib": "^2.4.1",
"@types/yargs": "^17.0.33",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.7.0",
"typescript": "latest",
"yargs": "^17.7.2"
},
"overrides": {
"ts-node": {
"typescript": "$typescript"
}
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.1.0-alpha-12"
}
}
101 changes: 47 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48a5498

Please sign in to comment.