{ "name": "mpr-detection-app", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "typecheck": "vue-tsc --noEmit" }, "dependencies": { "@techstark/opencv-js": "4.12.0-release.1", "@vue-flow/core": "^1.48.2", "soleprint-ui": "link:../framework", "pinia": "^2.2", "uplot": "^1.6", "vue": "^3.5" }, "devDependencies": { "@vitejs/plugin-vue": "^5", "typescript": "^5.6", "vite": "^6", "vue-tsc": "^2" } }