pull/356/head
Vladimir Mandic 2023-01-29 10:24:45 -05:00
parent bd994ffc77
commit e75bd0e26b
1 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "3.0.3",
"version": "3.0.4",
"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",
@ -78,9 +78,9 @@
"tensorflow"
],
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.15.0",
"@html-eslint/parser": "^0.15.0",
"@microsoft/api-extractor": "^7.33.8",
"@html-eslint/eslint-plugin": "^0.16.0",
"@html-eslint/parser": "^0.16.0",
"@microsoft/api-extractor": "^7.34.0",
"@tensorflow/tfjs-backend-cpu": "^4.2.0",
"@tensorflow/tfjs-backend-wasm": "^4.2.0",
"@tensorflow/tfjs-backend-webgl": "^4.2.0",
@ -91,14 +91,14 @@
"@tensorflow/tfjs-node-gpu": "^4.2.0",
"@types/node": "^18.11.18",
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vladmandic/build": "^0.7.15",
"@vladmandic/pilogger": "^0.4.7",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.11.0",
"esbuild": "^0.17.3",
"eslint": "8.32.0",
"esbuild": "^0.17.5",
"eslint": "8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
@ -106,8 +106,8 @@
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"rimraf": "^4.1.1",
"tslib": "^2.4.1",
"rimraf": "^4.1.2",
"tslib": "^2.5.0",
"typedoc": "0.23.24",
"typescript": "4.9.4"
}