123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "name": "nginx-ui-app-next",
- "type": "module",
- "version": "2.1.16",
- "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
- "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": "^4.6.2",
- "@formkit/auto-animate": "^0.8.2",
- "@simplewebauthn/browser": "^13.1.2",
- "@uozi-admin/curd": "^4.6.0",
- "@uozi-admin/request": "^2.8.4",
- "@vue/reactivity": "^3.5.18",
- "@vue/shared": "^3.5.18",
- "@vueuse/components": "^13.6.0",
- "@vueuse/core": "^13.6.0",
- "@vueuse/integrations": "^13.6.0",
- "@xterm/addon-attach": "^0.11.0",
- "@xterm/addon-fit": "^0.10.0",
- "@xterm/xterm": "^5.5.0",
- "ant-design-vue": "^4.2.6",
- "apexcharts": "^5.3.2",
- "axios": "^1.11.0",
- "dayjs": "^1.11.13",
- "highlight.js": "^11.11.1",
- "jsencrypt": "^3.3.2",
- "lodash": "^4.17.21",
- "marked": "^16.1.1",
- "marked-highlight": "^2.2.2",
- "nprogress": "^0.2.0",
- "pinia": "^3.0.3",
- "pinia-plugin-persistedstate": "^4.4.1",
- "reconnecting-websocket": "^4.4.0",
- "sortablejs": "^1.15.6",
- "splitpanes": "^4.0.4",
- "sse.js": "^2.6.0",
- "universal-cookie": "^8.0.1",
- "unocss": "^66.3.3",
- "uuid": "^11.1.0",
- "vite-plugin-build-id": "0.5.0",
- "vue": "^3.5.18",
- "vue-dompurify-html": "^5.3.0",
- "vue-router": "^4.5.1",
- "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": "^5.1.0",
- "@iconify-json/fa": "1.2.1",
- "@iconify-json/tabler": "^1.2.20",
- "@iconify/tools": "^4.1.2",
- "@iconify/types": "^2.0.0",
- "@iconify/utils": "^2.3.0",
- "@iconify/vue": "^5.0.0",
- "@types/lodash": "^4.17.20",
- "@types/nprogress": "^0.2.3",
- "@types/sortablejs": "^1.15.8",
- "@vitejs/plugin-vue": "^6.0.1",
- "@vitejs/plugin-vue-jsx": "^5.0.1",
- "@vue/compiler-sfc": "^3.5.18",
- "@vue/tsconfig": "^0.7.0",
- "ace-builds": "^1.43.2",
- "autoprefixer": "^10.4.21",
- "eslint": "^9.32.0",
- "eslint-plugin-sonarjs": "^3.0.4",
- "less": "^4.4.0",
- "postcss": "^8.5.6",
- "typescript": "5.8.3",
- "unplugin-auto-import": "^19.3.0",
- "unplugin-vue-components": "^28.8.0",
- "unplugin-vue-define-options": "^1.5.5",
- "vite": "npm:rolldown-vite@7.0.11",
- "vite-plugin-inspect": "^11.3.2",
- "vite-svg-loader": "^5.1.0",
- "vue-tsc": "^3.0.5"
- }
- }
|