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