mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
33 lines
779 B
JSON
33 lines
779 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/xterm": "^5.5.0",
|
|
"element-plus": "^2.8.8",
|
|
"vue": "^3.5.12",
|
|
"vue-axios": "^3.5.2",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-i18n": "^10.0.4",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"@intlify/unplugin-vue-i18n": "^6.0.0",
|
|
"@nabla/vite-plugin-eslint": "^2.0.4",
|
|
"@vicons/fa": "^0.12.0",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"eslint-plugin-vue": "^9.31.0",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-compression2": "^1.3.1"
|
|
}
|
|
}
|