123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "nginx-ui-frontend-next",
- "private": true,
- "version": "1.5.0",
- "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.11",
- "apexcharts": "^3.35.4",
- "axios": "^0.27.2",
- "dayjs": "^1.11.4",
- "lodash": "^4.17.21",
- "pinia": "^2.0.17",
- "pinia-plugin-persistedstate": "^1.6.3",
- "reconnecting-websocket": "^4.4.0",
- "vite-plugin-build-id": "^0.2.2",
- "vue": "^3.2.37",
- "vue-router": "4",
- "vue3-ace-editor": "^2.2.2",
- "vue3-apexcharts": "^1.4.1",
- "vue3-gettext": "^2.3.0",
- "xterm": "^4.19.0",
- "xterm-addon-attach": "^0.6.0",
- "xterm-addon-fit": "^0.5.0"
- },
- "devDependencies": {
- "@types/lodash": "^4.14.182",
- "@vitejs/plugin-vue": "^3.0.0",
- "@vitejs/plugin-vue-jsx": "^2.0.0",
- "@zougt/vite-plugin-theme-preprocessor": "^1.4.5",
- "less": "^4.1.3",
- "typescript": "^4.6.4",
- "unplugin-vue-components": "^0.21.2",
- "vite": "^3.0.0",
- "vite-plugin-html": "^3.2.0",
- "vue-tsc": "^0.38.4"
- }
- }
|