nginx-ui/frontend/package.json
2022-11-28 22:12:42 +08:00

46 lines
1.4 KiB
JSON

{
"name": "nginx-ui-frontend-next",
"private": true,
"version": "1.6.7",
"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.1.3",
"dayjs": "^1.11.6",
"pinia": "^2.0.23",
"pinia-plugin-persistedstate": "^2.3.0",
"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": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@zougt/vite-plugin-theme-preprocessor": "^1.4.5",
"less": "^4.1.3",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.3",
"vite-plugin-html": "^3.2.0",
"vue-tsc": "^1.0.9"
}
}