Updated package.json tensor to 3.13, coco-ssd to 2.2.2 moment to 2.29.1

p2p-v2
Katie Roberts 2022-02-21 05:31:24 +00:00
parent 56e63f0fac
commit f9f4e33afd
1 changed files with 11 additions and 8 deletions

View File

@ -5,15 +5,18 @@
"description": "Object Detection plugin based on @tensorflow/tfjs-node",
"main": "shinobi-tensorflow.js",
"dependencies": {
"@tensorflow-models/coco-ssd": "^2.1.0",
"@tensorflow/tfjs-converter": "^2.7.0",
"@tensorflow/tfjs-core": "^2.7.0",
"@tensorflow/tfjs-layers": "^2.7.0",
"@tensorflow/tfjs-node": "^2.7.0",
"@tensorflow/tfjs-node-gpu": "^2.7.0",
"@tensorflow-models/coco-ssd": "^2.2.2",
"@tensorflow/tfjs-converter": "^3.13.0",
"@tensorflow/tfjs-core": "^3.13.0",
"@tensorflow/tfjs-layers": "^3.13.0",
"@tensorflow/tfjs-node": "^3.13.0",
"@tensorflow/tfjs-node-gpu": "^3.13.0",
"@tensorflow/tfjs-backend-cpu": "^3.13.0",
"@tensorflow/tfjs-backend-webgl": "^3.13.0",
"moment": "^2.29.1",
"dotenv": "^8.2.0",
"cws": "^2.0.0",
"express": "^4.16.2",
"moment": "^2.19.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
@ -32,7 +35,7 @@
"node12"
],
"scripts": [
"../pluginBase.js"
"pluginBase.js"
],
"assets": [
]