This commit is contained in:
2026-03-23 15:52:03 -03:00
parent b57da622cb
commit 4fdbdfc6d3
11 changed files with 599 additions and 5 deletions

View File

@@ -10,15 +10,16 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "^3.5",
"@vue-flow/core": "^1.48.2",
"pinia": "^2.2",
"uplot": "^1.6"
"uplot": "^1.6",
"vue": "^3.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5",
"typescript": "^5.6",
"vitest": "^2",
"vue-tsc": "^2",
"vite": "^6",
"@vitejs/plugin-vue": "^5"
"vitest": "^2",
"vue-tsc": "^2"
}
}