Add runnable graph editor controls

This commit is contained in:
2026-06-19 00:58:21 +02:00
parent 952f0b425a
commit 1068f7e659
10 changed files with 14932 additions and 10160 deletions

View File

@@ -5,14 +5,28 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"build": "vite build",
"type-check": "vue-tsc -b",
"preview": "vite preview"
},
"dependencies": {
"@dagrejs/dagre": "^3.0.0",
"@mediapipe/face_detection": "^0.4.1646425229",
"@mediapipe/selfie_segmentation": "^0.1.1675465747",
"@tensorflow-models/body-segmentation": "^1.0.2",
"@tensorflow-models/face-detection": "^1.0.3",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@types/lodash": "^4.17.24",
"@types/uuid": "^10.0.0",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.3",
"@vue-flow/core": "^1.48.2",
"@zxing/browser": "^0.2.0",
"@zxing/library": "^0.22.0",
"lodash": "^4.18.1",
"uuid": "^14.0.0",
"vue": "^3.5.34"
},
"devDependencies": {