This commit is contained in:
Johnathon Slightham
2021-09-07 12:53:34 -04:00
parent 57b9827e64
commit 71017cc5b6
34 changed files with 27214 additions and 2626 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "stick-figure-game",
"name": "posenet-test",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -12,13 +12,14 @@
"@tensorflow/tfjs": "^2.8.6",
"@tensorflow/tfjs-converter": "^1.7.4",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"core-js": "^3.6.5",
"socket.io": "^3.1.1",
"socket.io-client": "^3.1.1",
"node-p5": "^1.0.3",
"p5": "^1.2.0",
"vue": "^2.6.11",
"vue-axios": "^3.2.4",
"vue-router": "^3.5.1",
"vue-socket.io": "^3.0.10"
"vue-window-size": "^0.6.2"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.3",
@@ -30,10 +31,10 @@
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
"vue-template-compiler": "^2.6.11",
"sass": "^1.22.3",
"sass-loader": "^7.1.0"
"sass-loader": "^7.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,