pull/293/head
Vladimir Mandic 2021-01-20 08:04:59 -05:00
parent 5e00d7ee3d
commit c3bc406fd0
1 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "0.9.26",
"version": "0.10.1",
"description": "Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition",
"sideEffects": false,
"main": "dist/human.node.js",
@ -22,16 +22,16 @@
"dependencies": {},
"peerDependencies": {},
"devDependencies": {
"@tensorflow/tfjs": "=2.8.3",
"@tensorflow/tfjs-backend-cpu": "=2.8.3",
"@tensorflow/tfjs-backend-wasm": "=2.8.3",
"@tensorflow/tfjs-backend-webgl": "=2.8.3",
"@tensorflow/tfjs-converter": "=2.8.3",
"@tensorflow/tfjs-core": "=2.8.3",
"@tensorflow/tfjs-data": "=2.8.3",
"@tensorflow/tfjs-layers": "=2.8.3",
"@tensorflow/tfjs-node": "=2.8.3",
"@tensorflow/tfjs-node-gpu": "=2.8.3",
"@tensorflow/tfjs": "^2.8.5",
"@tensorflow/tfjs-backend-cpu": "^2.8.5",
"@tensorflow/tfjs-backend-wasm": "^2.8.5",
"@tensorflow/tfjs-backend-webgl": "^2.8.5",
"@tensorflow/tfjs-converter": "^2.8.5",
"@tensorflow/tfjs-core": "^2.8.5",
"@tensorflow/tfjs-data": "^2.8.5",
"@tensorflow/tfjs-layers": "^2.8.5",
"@tensorflow/tfjs-node": "^2.8.5",
"@tensorflow/tfjs-node-gpu": "^2.8.5",
"@vladmandic/pilogger": "^0.2.11",
"chokidar": "^3.5.1",
"dayjs": "^1.10.3",