mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-06 22:12:23 +08:00
94 lines
2.8 KiB
JSON
94 lines
2.8 KiB
JSON
{
|
|
"name": "nginx-ui-app-next",
|
|
"type": "module",
|
|
"version": "2.3.10",
|
|
"packageManager": "pnpm@10.33.2",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"gettext:extract": "generate-curd-translations --output src/language/curd.ts && vue-gettext-extract"
|
|
},
|
|
"dependencies": {
|
|
"@0xjacky/vue-github-button": "^3.1.1",
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@fingerprintjs/fingerprintjs": "^5.2.0",
|
|
"@formkit/auto-animate": "^0.9.0",
|
|
"@simplewebauthn/browser": "^13.3.0",
|
|
"@uozi-admin/curd": "^4.19.5",
|
|
"@uozi-admin/request": "^2.9.1",
|
|
"@vue/reactivity": "^3.5.33",
|
|
"@vue/shared": "^3.5.33",
|
|
"@vueuse/components": "^14.3.0",
|
|
"@vueuse/core": "^14.3.0",
|
|
"@vueuse/integrations": "^14.3.0",
|
|
"@vueuse/router": "^14.3.0",
|
|
"@xterm/addon-attach": "^0.12.0",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"ant-design-vue": "^4.2.6",
|
|
"apexcharts": "^5.10.6",
|
|
"axios": "^1.16.0",
|
|
"dayjs": "^1.11.20",
|
|
"echarts": "^6.0.0",
|
|
"highlight.js": "^11.11.1",
|
|
"i18n-iso-countries": "^7.14.0",
|
|
"jsencrypt": "^3.5.4",
|
|
"lodash": "^4.18.1",
|
|
"marked": "^18.0.3",
|
|
"marked-highlight": "^2.2.4",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"sortablejs": "^1.15.7",
|
|
"splitpanes": "^4.0.4",
|
|
"sse.js": "^2.8.0",
|
|
"universal-cookie": "^8.1.2",
|
|
"unocss": "^66.6.8",
|
|
"uuid": "^14.0.0",
|
|
"vite-plugin-build-id": "0.7.0",
|
|
"vue": "^3.5.33",
|
|
"vue-dompurify-html": "^5.3.0",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-router": "^5.0.6",
|
|
"vue3-ace-editor": "2.2.4",
|
|
"vue3-apexcharts": "1.5.3",
|
|
"vue3-gettext": "3.0.0-beta.6",
|
|
"vue3-otp-input": "^0.5.40",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^8.2.0",
|
|
"@iconify-json/fa": "1.2.2",
|
|
"@iconify-json/tabler": "^1.2.33",
|
|
"@iconify/tools": "^5.0.11",
|
|
"@iconify/types": "^2.0.0",
|
|
"@iconify/utils": "^3.1.1",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@types/lodash": "^4.17.24",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/sortablejs": "^1.15.9",
|
|
"@vitejs/plugin-legacy": "^8.0.1",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
"@vue/compiler-sfc": "^3.5.33",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"ace-builds": "^1.43.6",
|
|
"autoprefixer": "^10.5.0",
|
|
"eslint": "^10.3.0",
|
|
"eslint-plugin-sonarjs": "^4.0.3",
|
|
"less": "^4.6.4",
|
|
"postcss": "^8.5.13",
|
|
"typescript": "6.0.3",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-vue-components": "^32.0.0",
|
|
"unplugin-vue-define-options": "^3.1.2",
|
|
"vite": "^8.0.10",
|
|
"vite-svg-loader": "^5.1.1",
|
|
"vue-tsc": "^3.2.7"
|
|
}
|
|
}
|