mirror of https://github.com/vladmandic/human
update tfjs
parent
12937b9abf
commit
f31cef3923
3
.npmrc
3
.npmrc
|
@ -1,3 +1,4 @@
|
|||
force=true
|
||||
legacy-peer-deps=true
|
||||
production=true
|
||||
legacy-peer-deps=true
|
||||
strict-peer-dependencies=false
|
||||
|
|
4
TODO.md
4
TODO.md
|
@ -59,5 +59,5 @@ Feature is automatically disabled in **NodeJS** without user impact
|
|||
- typedoc fixes
|
||||
- add face contours to results
|
||||
- improve face compare in demo app
|
||||
- update dependencies
|
||||
- gear model fixes
|
||||
- update dependencies and `tfjs`
|
||||
- `gear` model fixes
|
||||
|
|
|
@ -54,8 +54,7 @@
|
|||
"tensorflow"
|
||||
],
|
||||
"optionalDependencies": {
|
||||
"canvas": "^2.9.3",
|
||||
"dayjs": "^1.11.4"
|
||||
"canvas": "^2.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "^7.28.6",
|
||||
|
@ -71,14 +70,14 @@
|
|||
"@tensorflow/tfjs-node": "^3.19.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.19.0",
|
||||
"@tensorflow/tfjs-tflite": "0.0.1-alpha.8",
|
||||
"@types/node": "^18.0.6",
|
||||
"@types/node": "^18.6.1",
|
||||
"@types/offscreencanvas": "^2019.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||
"@typescript-eslint/parser": "^5.30.7",
|
||||
"@vladmandic/build": "^0.7.7",
|
||||
"@vladmandic/pilogger": "^0.4.5",
|
||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||
"esbuild": "^0.14.49",
|
||||
"esbuild": "^0.14.50",
|
||||
"eslint": "8.20.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-html": "^7.0.0",
|
||||
|
@ -90,7 +89,7 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"seedrandom": "^3.0.5",
|
||||
"tslib": "^2.4.0",
|
||||
"typedoc": "0.23.8",
|
||||
"typedoc": "0.23.9",
|
||||
"typescript": "4.7.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue