12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "nginx-ui-app-next",
- "version": "2.0.0-beta.36",
- "type": "module",
- "scripts": {
- "dev": "vite --host",
- "typecheck": "vue-tsc --noEmit",
- "lint": "eslint . -c .eslintrc.cjs --fix --ext .ts,.vue,.tsx,.d.ts",
- "build": "vite build",
- "preview": "vite preview",
- "gettext:extract": "vue-gettext-extract"
- },
- "dependencies": {
- "@0xjacky/vue-github-button": "^3.1.1",
- "@ant-design/icons-vue": "^7.0.1",
- "@formkit/auto-animate": "^0.8.2",
- "@simplewebauthn/browser": "^11.0.0",
- "@vue/reactivity": "^3.5.12",
- "@vue/shared": "^3.5.12",
- "@vueuse/components": "^11.1.0",
- "@vueuse/core": "^11.1.0",
- "@vueuse/integrations": "^11.1.0",
- "@xterm/addon-attach": "^0.11.0",
- "@xterm/addon-fit": "^0.10.0",
- "@xterm/xterm": "^5.5.0",
- "ant-design-vue": "^4.2.5",
- "apexcharts": "^3.54.1",
- "axios": "^1.7.7",
- "dayjs": "^1.11.13",
- "highlight.js": "^11.10.0",
- "lodash": "^4.17.21",
- "marked": "^14.1.3",
- "marked-highlight": "^2.2.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.2.4",
- "pinia-plugin-persistedstate": "^4.1.1",
- "reconnecting-websocket": "^4.4.0",
- "sortablejs": "^1.15.3",
- "universal-cookie": "^7.2.1",
- "vite-plugin-build-id": "0.4.2",
- "vue": "^3.5.12",
- "vue-router": "^4.4.5",
- "vue3-ace-editor": "2.2.4",
- "vue3-apexcharts": "1.5.3",
- "vue3-gettext": "3.0.0-beta.6",
- "vue3-otp-input": "^0.5.21",
- "vuedraggable": "^4.1.0"
- },
- "devDependencies": {
- "@antfu/eslint-config-vue": "^0.43.1",
- "@simplewebauthn/types": "^11.0.0",
- "@types/lodash": "^4.17.12",
- "@types/nprogress": "^0.2.3",
- "@types/sortablejs": "^1.15.8",
- "@typescript-eslint/eslint-plugin": "^6.21.0",
- "@typescript-eslint/parser": "^6.21.0",
- "@vitejs/plugin-vue": "^5.1.4",
- "@vitejs/plugin-vue-jsx": "^4.0.1",
- "@vue/compiler-sfc": "^3.5.12",
- "@vue/tsconfig": "^0.5.1",
- "ace-builds": "^1.36.3",
- "autoprefixer": "^10.4.20",
- "eslint": "^8.57.1",
- "eslint-import-resolver-alias": "^1.1.2",
- "eslint-import-resolver-typescript": "^3.6.3",
- "eslint-plugin-import": "^2.31.0",
- "eslint-plugin-regex": "^1.10.0",
- "eslint-plugin-sonarjs": "^0.23.0",
- "eslint-plugin-vue": "^9.29.1",
- "less": "^4.2.0",
- "postcss": "^8.4.47",
- "tailwindcss": "^3.4.14",
- "typescript": "5.3.3",
- "unplugin-auto-import": "^0.18.3",
- "unplugin-vue-components": "^0.27.4",
- "unplugin-vue-define-options": "^1.5.2",
- "vite": "^5.4.9",
- "vite-svg-loader": "^5.1.0",
- "vue-tsc": "^2.1.6"
- },
- "packageManager": "pnpm@9.10.0"
- }
|