feat: add spectrum monitoring performance prototype

This commit is contained in:
aper
2026-08-05 00:46:52 +08:00
commit 4186840fa4
20 changed files with 3882 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "spectrum-monitor-lab",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc -b && vite build",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@lucide/vue": "^1.28.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "~5.7.2",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
}
}