This commit is contained in:
2026-03-30 07:22:14 -03:00
parent d0707333fd
commit 4220b0418e
182 changed files with 3668 additions and 5231 deletions

View File

@@ -10,14 +10,15 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "^3.5",
"@techstark/opencv-js": "4.12.0-release.1",
"mpr-ui-framework": "link:../framework",
"pinia": "^2.2",
"mpr-ui-framework": "link:../framework"
"vue": "^3.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5",
"typescript": "^5.6",
"vite": "^6",
"@vitejs/plugin-vue": "^5",
"vue-tsc": "^2"
}
}