nginx-ui/frontend/package.json
2023-01-08 00:22:17 +08:00

46 lines
1.4 KiB
JSON

{
"name": "nginx-ui-frontend-next",
"private": true,
"version": "1.7.1",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"gettext:extract": "vue-gettext-extract",
"gettext:compile": "vue-gettext-compile"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.15",
"apexcharts": "^3.36.3",
"axios": "^1.2.2",
"dayjs": "^1.11.7",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^3.0.2",
"reconnecting-websocket": "^4.4.0",
"vite-plugin-build-id": "^0.2.2",
"vue": "^3.2.45",
"vue-router": "4",
"vue3-ace-editor": "^2.2.2",
"vue3-apexcharts": "^1.4.1",
"vue3-gettext": "^2.3.4",
"xterm": "^5.0.0",
"xterm-addon-attach": "^0.7.0",
"xterm-addon-fit": "^0.6.0",
"@types/lodash": "^4.14.188",
"vuedraggable": "^4.1.0",
"@types/sortablejs": "^1.15.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
"less": "^4.1.3",
"typescript": "^4.9.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.4",
"vite-plugin-html": "^3.2.0",
"vue-tsc": "^1.0.22"
}
}