first commit

This commit is contained in:
douboer@gmail.com
2026-03-03 13:23:14 +08:00
commit 3b7c1d558a
161 changed files with 28120 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "@remoteconn/web-terminal-lab",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run --passWithNoTests",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@remoteconn/terminal-core": "1.0.0",
"pinia": "^2.1.7",
"vue": "^3.5.22"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.9.3",
"vite": "^5.4.10",
"vitest": "^4.0.18",
"vue-tsc": "^2.2.4"
}
}