mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
29 lines
724 B
JSON
29 lines
724 B
JSON
|
|
{
|
||
|
|
"name": "x-ui-frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"description": "3x-ui panel frontend (Vue 3 + Ant Design Vue 4). Built with Vite into ../web/dist/ and embedded by the Go binary.",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"lint": "eslint src --ext .js,.vue"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"ant-design-vue": "^4.2.6",
|
||
|
|
"@ant-design/icons-vue": "^7.0.1",
|
||
|
|
"axios": "^1.7.9",
|
||
|
|
"moment": "^2.30.1",
|
||
|
|
"qrious": "^4.0.2",
|
||
|
|
"vue": "^3.5.13",
|
||
|
|
"vue-i18n": "^10.0.5"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
||
|
|
"eslint": "^9.17.0",
|
||
|
|
"eslint-plugin-vue": "^9.32.0",
|
||
|
|
"vite": "^6.0.7"
|
||
|
|
}
|
||
|
|
}
|