Files
remoteconn-gitea/apps/web/package.json
2026-03-21 18:57:10 +08:00

27 lines
708 B
JSON

{
"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"
}
}