1 Star 0 Fork 0

Fz_GuoLi/yoha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
b-3-n 提交于 2022-02-28 11:29 . Add recommended probability thresholds.
{
"private": false,
"name": "@handtracking.io/yoha",
"version": "1.2.0",
"main": "dist/entry.js",
"types": "dist/entry.d.ts",
"license": "MIT",
"keywords": [
"handtracking",
"hand detection",
"hand pose",
"hand",
"tracking",
"ai",
"artificial intelligence"
],
"repository": {
"url": "https://github.com/handtracking-io/yoha",
"type": "git"
},
"files": [
"dist",
"models"
],
"scripts": {
"start": "webpack serve",
"transpile": "yarn tsc --declaration",
"api_extractor": "yarn api-extractor run",
"api_documenter": "yarn api-documenter markdown --input-folder api_extractor_misc --output-folder docs",
"docs": "yarn lint && yarn transpile && yarn api_extractor && yarn api_documenter",
"lint": "yarn eslint src && yarn eslint example",
"prepack": "yarn lint && yarn transpile"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.14.0",
"@microsoft/api-extractor": "^7.19.3",
"@types/emscripten": "^1.39.6",
"@types/three": "^0.132.1",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"copy-webpack-plugin": "^9.0.1",
"eslint": "^8.8.0",
"html-webpack-plugin": "^5.3.2",
"meshline": "^2.0.3",
"ts-loader": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.4",
"webpack": "^5.55.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.3.0"
},
"dependencies": {
"@tensorflow/tfjs-backend-wasm": "^3.13.0",
"@tensorflow/tfjs-backend-webgl": "^3.12.0",
"@tensorflow/tfjs-converter": "^3.12.0",
"@tensorflow/tfjs-core": "^3.12.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fz__guoli/yoha.git
git@gitee.com:fz__guoli/yoha.git
fz__guoli
yoha
yoha
main

搜索帮助