Files
mediaproc/ui/framework/package.json
2026-03-23 15:18:23 -03:00

25 lines
459 B
JSON

{
"name": "mpr-ui-framework",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "src/index.ts",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "^3.5",
"pinia": "^2.2",
"uplot": "^1.6"
},
"devDependencies": {
"typescript": "^5.6",
"vitest": "^2",
"vue-tsc": "^2",
"vite": "^6",
"@vitejs/plugin-vue": "^5"
}
}