mirror of https://github.com/vladmandic/human
3.2.0
parent
83964b02b1
commit
b0e6aa57de
48
package.json
48
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vladmandic/human",
|
||||
"version": "3.1.2",
|
||||
"version": "3.2.0",
|
||||
"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,39 +78,39 @@
|
|||
"tensorflow"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@html-eslint/eslint-plugin": "^0.19.1",
|
||||
"@html-eslint/parser": "^0.19.1",
|
||||
"@microsoft/api-extractor": "^7.37.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^4.11.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^4.11.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^4.11.0",
|
||||
"@tensorflow/tfjs-backend-webgpu": "4.11.0",
|
||||
"@tensorflow/tfjs-converter": "^4.11.0",
|
||||
"@tensorflow/tfjs-core": "^4.11.0",
|
||||
"@tensorflow/tfjs-data": "^4.11.0",
|
||||
"@tensorflow/tfjs-layers": "^4.11.0",
|
||||
"@tensorflow/tfjs-node": "^4.11.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^4.11.0",
|
||||
"@types/node": "^20.6.2",
|
||||
"@types/offscreencanvas": "^2019.7.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
||||
"@typescript-eslint/parser": "^6.7.0",
|
||||
"@html-eslint/eslint-plugin": "^0.21.0",
|
||||
"@html-eslint/parser": "^0.21.0",
|
||||
"@microsoft/api-extractor": "^7.38.4",
|
||||
"@tensorflow/tfjs-backend-cpu": "^4.14.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^4.14.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^4.14.0",
|
||||
"@tensorflow/tfjs-backend-webgpu": "4.14.0",
|
||||
"@tensorflow/tfjs-converter": "^4.14.0",
|
||||
"@tensorflow/tfjs-core": "^4.14.0",
|
||||
"@tensorflow/tfjs-data": "^4.14.0",
|
||||
"@tensorflow/tfjs-layers": "^4.14.0",
|
||||
"@tensorflow/tfjs-node": "^4.14.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^4.14.0",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/offscreencanvas": "^2019.7.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
||||
"@typescript-eslint/parser": "^6.13.2",
|
||||
"@vladmandic/build": "^0.9.2",
|
||||
"@vladmandic/pilogger": "^0.4.8",
|
||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||
"canvas": "^2.11.2",
|
||||
"esbuild": "^0.19.3",
|
||||
"eslint": "8.49.0",
|
||||
"esbuild": "^0.19.8",
|
||||
"eslint": "8.55.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-markdown": "^3.0.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"rimraf": "^5.0.1",
|
||||
"rimraf": "^5.0.5",
|
||||
"tslib": "^2.6.2",
|
||||
"typedoc": "0.25.1",
|
||||
"typescript": "5.1"
|
||||
"typedoc": "0.25.4",
|
||||
"typescript": "~5.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue