pull/280/head
Vladimir Mandic 2022-05-09 08:14:00 -04:00
parent f7a4d6840c
commit f4b2f202e5
1 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "2.7.0",
"version": "2.7.1",
"description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition",
"sideEffects": false,
"main": "dist/human.node.js",
@ -53,40 +53,40 @@
"tensorflow"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.22.2",
"@microsoft/api-extractor": "^7.23.1",
"@tensorflow/tfjs": "^3.16.0",
"@tensorflow/tfjs-backend-cpu": "^3.16.0",
"@tensorflow/tfjs-backend-wasm": "^3.16.0",
"@tensorflow/tfjs-backend-webgl": "^3.16.0",
"@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.9",
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.9",
"@tensorflow/tfjs-converter": "^3.16.0",
"@tensorflow/tfjs-core": "^3.16.0",
"@tensorflow/tfjs-data": "^3.16.0",
"@tensorflow/tfjs-layers": "^3.16.0",
"@tensorflow/tfjs-node": "^3.16.0",
"@tensorflow/tfjs-node-gpu": "^3.16.0",
"@types/node": "^17.0.25",
"@types/node": "^17.0.31",
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vladmandic/build": "^0.7.3",
"@vladmandic/pilogger": "^0.4.4",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.9.1",
"dayjs": "^1.11.1",
"esbuild": "^0.14.37",
"eslint": "8.13.0",
"dayjs": "^1.11.2",
"esbuild": "^0.14.38",
"eslint": "8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"node-fetch": "^3.2.3",
"node-fetch": "^3.2.4",
"rimraf": "^3.0.2",
"seedrandom": "^3.0.5",
"tslib": "^2.3.1",
"tslib": "^2.4.0",
"typedoc": "0.22.15",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
}