12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "nginx-ui-frontend-next",
- "private": true,
- "version": "1.7.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.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": "^4.0.3",
- "vite-plugin-html": "^3.2.0",
- "vue-tsc": "^1.0.9"
- }
- }
|