mirror of https://github.com/vladmandic/human
3.3.3
parent
49b25830b4
commit
c80540a934
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/human",
|
"name": "@vladmandic/human",
|
||||||
"version": "3.3.2",
|
"version": "3.3.3",
|
||||||
"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",
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@html-eslint/eslint-plugin": "^0.26.0",
|
"@html-eslint/eslint-plugin": "^0.26.0",
|
||||||
"@html-eslint/parser": "^0.26.0",
|
"@html-eslint/parser": "^0.26.0",
|
||||||
"@microsoft/api-extractor": "^7.47.7",
|
"@microsoft/api-extractor": "^7.47.9",
|
||||||
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
|
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
|
||||||
"@tensorflow/tfjs-backend-wasm": "^4.21.0",
|
"@tensorflow/tfjs-backend-wasm": "^4.21.0",
|
||||||
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
|
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
|
||||||
|
@ -88,10 +88,10 @@
|
||||||
"@tensorflow/tfjs-node": "^4.21.0",
|
"@tensorflow/tfjs-node": "^4.21.0",
|
||||||
"@tensorflow/tfjs-node-gpu": "^4.21.0",
|
"@tensorflow/tfjs-node-gpu": "^4.21.0",
|
||||||
"@types/emscripten": "^1.39.13",
|
"@types/emscripten": "^1.39.13",
|
||||||
"@types/node": "^22.5.4",
|
"@types/node": "^22.7.5",
|
||||||
"@types/offscreencanvas": "^2019.7.3",
|
"@types/offscreencanvas": "^2019.7.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
||||||
"@typescript-eslint/parser": "^8.5.0",
|
"@typescript-eslint/parser": "^8.8.1",
|
||||||
"@vladmandic/build": "^0.10.1",
|
"@vladmandic/build": "^0.10.1",
|
||||||
"@vladmandic/pilogger": "^0.5.1",
|
"@vladmandic/pilogger": "^0.5.1",
|
||||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||||
|
@ -99,8 +99,8 @@
|
||||||
"esbuild": "^0.23.1",
|
"esbuild": "^0.23.1",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-plugin-html": "^8.1.1",
|
"eslint-plugin-html": "^8.1.2",
|
||||||
"eslint-plugin-import": "^2.30.0",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-json": "^4.0.1",
|
"eslint-plugin-json": "^4.0.1",
|
||||||
"eslint-plugin-markdown": "^5.1.0",
|
"eslint-plugin-markdown": "^5.1.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
|
|
Loading…
Reference in New Issue