first commit

This commit is contained in:
douboer
2026-03-21 18:57:10 +08:00
commit c49aa1a5e9
570 changed files with 107167 additions and 0 deletions

26
apps/web/package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "@remoteconn/web",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && node ../../scripts/check-web-bundle-size.mjs",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint src --ext .ts,.vue",
"test": "vitest run"
},
"dependencies": {
"@remoteconn/plugin-runtime": "1.0.0",
"@remoteconn/shared": "1.0.0",
"dexie": "^4.2.0",
"pinia": "^3.0.3",
"vue": "^3.5.21",
"vue-router": "^4.5.1",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-search": "^0.13.0",
"xterm-addon-unicode11": "^0.6.0",
"xterm-addon-webgl": "^0.16.0"
}
}