1.7.7
parent
fb3836019f
commit
a1cb6de1e8
38
package.json
38
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vladmandic/face-api",
|
||||
"version": "1.7.6",
|
||||
"version": "1.7.7",
|
||||
"description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS",
|
||||
"sideEffects": false,
|
||||
"main": "dist/face-api.node.js",
|
||||
|
@ -44,25 +44,25 @@
|
|||
"devDependencies": {
|
||||
"@canvas/image": "^1.0.1",
|
||||
"@microsoft/api-extractor": "^7.33.6",
|
||||
"@tensorflow/tfjs": "^4.0.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^4.0.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^4.0.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^4.0.0",
|
||||
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.14",
|
||||
"@tensorflow/tfjs-converter": "^4.0.0",
|
||||
"@tensorflow/tfjs-core": "^4.0.0",
|
||||
"@tensorflow/tfjs-data": "^4.0.0",
|
||||
"@tensorflow/tfjs-layers": "^4.0.0",
|
||||
"@tensorflow/tfjs-node": "^4.0.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^4.0.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"@tensorflow/tfjs": "^4.1.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^4.1.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^4.1.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^4.1.0",
|
||||
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.16",
|
||||
"@tensorflow/tfjs-converter": "^4.1.0",
|
||||
"@tensorflow/tfjs-core": "^4.1.0",
|
||||
"@tensorflow/tfjs-data": "^4.1.0",
|
||||
"@tensorflow/tfjs-layers": "^4.1.0",
|
||||
"@tensorflow/tfjs-node": "^4.1.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^4.1.0",
|
||||
"@types/node": "^18.11.10",
|
||||
"@types/offscreencanvas": "^2019.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
||||
"@typescript-eslint/parser": "^5.42.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"@vladmandic/build": "^0.7.14",
|
||||
"@vladmandic/pilogger": "^0.4.6",
|
||||
"esbuild": "^0.15.13",
|
||||
"eslint": "^8.27.0",
|
||||
"esbuild": "^0.15.16",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"seedrandom": "^3.0.5",
|
||||
"tslib": "^2.4.1",
|
||||
"typedoc": "^0.23.20",
|
||||
"typescript": "4.8.4"
|
||||
"typedoc": "^0.23.21",
|
||||
"typescript": "4.9.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue