mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
Adds web link detection and interaction in terminal. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
35 lines
854 B
JSON
35 lines
854 B
JSON
{
|
|
"name": "rttys",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"element-plus": "^2.10.1",
|
|
"simple-keyboard": "^3.8.69",
|
|
"vue": "^3.5.16",
|
|
"vue-axios": "^3.5.2",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^11.1.5",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@intlify/unplugin-vue-i18n": "^6.0.8",
|
|
"@nabla/vite-plugin-eslint": "^2.0.5",
|
|
"@vicons/fa": "^0.13.0",
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"eslint-plugin-vue": "^10.2.0",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-compression2": "^2.0.1"
|
|
}
|
|
}
|