mirror of https://github.com/vladmandic/human
2.5.8
parent
c04c8fa03c
commit
a071a1eee9
30
package.json
30
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vladmandic/human",
|
||||
"version": "2.5.7",
|
||||
"version": "2.5.8",
|
||||
"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",
|
||||
|
@ -54,27 +54,27 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "^7.19.4",
|
||||
"@tensorflow/tfjs": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.12.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.12.0",
|
||||
"@tensorflow/tfjs": "^3.13.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^3.13.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^3.13.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^3.13.0",
|
||||
"@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.8",
|
||||
"@tensorflow/tfjs-converter": "^3.12.0",
|
||||
"@tensorflow/tfjs-core": "^3.12.0",
|
||||
"@tensorflow/tfjs-data": "^3.12.0",
|
||||
"@tensorflow/tfjs-layers": "^3.12.0",
|
||||
"@tensorflow/tfjs-node": "^3.12.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.12.0",
|
||||
"@tensorflow/tfjs-converter": "^3.13.0",
|
||||
"@tensorflow/tfjs-core": "^3.13.0",
|
||||
"@tensorflow/tfjs-data": "^3.13.0",
|
||||
"@tensorflow/tfjs-layers": "^3.13.0",
|
||||
"@tensorflow/tfjs-node": "^3.13.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.13.0",
|
||||
"@types/node": "^17.0.8",
|
||||
"@types/offscreencanvas": "^2019.6.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
||||
"@typescript-eslint/parser": "^5.9.0",
|
||||
"@vladmandic/build": "^0.6.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
||||
"@typescript-eslint/parser": "^5.9.1",
|
||||
"@vladmandic/build": "^0.6.7",
|
||||
"@vladmandic/pilogger": "^0.4.2",
|
||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||
"canvas": "^2.8.0",
|
||||
"dayjs": "^1.10.7",
|
||||
"esbuild": "^0.14.10",
|
||||
"esbuild": "^0.14.11",
|
||||
"eslint": "8.6.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-html": "^6.2.0",
|
||||
|
|
Loading…
Reference in New Issue