mirror of https://github.com/vladmandic/human
2.7.1
parent
08cf2be7cf
commit
eae60a2693
24
package.json
24
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/human",
|
"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",
|
"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,
|
"sideEffects": false,
|
||||||
"main": "dist/human.node.js",
|
"main": "dist/human.node.js",
|
||||||
|
@ -53,40 +53,40 @@
|
||||||
"tensorflow"
|
"tensorflow"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/api-extractor": "^7.22.2",
|
"@microsoft/api-extractor": "^7.23.1",
|
||||||
"@tensorflow/tfjs": "^3.16.0",
|
"@tensorflow/tfjs": "^3.16.0",
|
||||||
"@tensorflow/tfjs-backend-cpu": "^3.16.0",
|
"@tensorflow/tfjs-backend-cpu": "^3.16.0",
|
||||||
"@tensorflow/tfjs-backend-wasm": "^3.16.0",
|
"@tensorflow/tfjs-backend-wasm": "^3.16.0",
|
||||||
"@tensorflow/tfjs-backend-webgl": "^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-converter": "^3.16.0",
|
||||||
"@tensorflow/tfjs-core": "^3.16.0",
|
"@tensorflow/tfjs-core": "^3.16.0",
|
||||||
"@tensorflow/tfjs-data": "^3.16.0",
|
"@tensorflow/tfjs-data": "^3.16.0",
|
||||||
"@tensorflow/tfjs-layers": "^3.16.0",
|
"@tensorflow/tfjs-layers": "^3.16.0",
|
||||||
"@tensorflow/tfjs-node": "^3.16.0",
|
"@tensorflow/tfjs-node": "^3.16.0",
|
||||||
"@tensorflow/tfjs-node-gpu": "^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",
|
"@types/offscreencanvas": "^2019.6.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
||||||
"@typescript-eslint/parser": "^5.20.0",
|
"@typescript-eslint/parser": "^5.22.0",
|
||||||
"@vladmandic/build": "^0.7.3",
|
"@vladmandic/build": "^0.7.3",
|
||||||
"@vladmandic/pilogger": "^0.4.4",
|
"@vladmandic/pilogger": "^0.4.4",
|
||||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||||
"canvas": "^2.9.1",
|
"canvas": "^2.9.1",
|
||||||
"dayjs": "^1.11.1",
|
"dayjs": "^1.11.2",
|
||||||
"esbuild": "^0.14.37",
|
"esbuild": "^0.14.38",
|
||||||
"eslint": "8.13.0",
|
"eslint": "8.15.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-plugin-html": "^6.2.0",
|
"eslint-plugin-html": "^6.2.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"eslint-plugin-json": "^3.1.0",
|
"eslint-plugin-json": "^3.1.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-plugin-promise": "^6.0.0",
|
"eslint-plugin-promise": "^6.0.0",
|
||||||
"node-fetch": "^3.2.3",
|
"node-fetch": "^3.2.4",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"seedrandom": "^3.0.5",
|
"seedrandom": "^3.0.5",
|
||||||
"tslib": "^2.3.1",
|
"tslib": "^2.4.0",
|
||||||
"typedoc": "0.22.15",
|
"typedoc": "0.22.15",
|
||||||
"typescript": "4.6.3"
|
"typescript": "4.6.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue