123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "name": "nginx-ui-app-next",
- "version": "2.0.0-beta.24",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "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": {
- "@ant-design/icons-vue": "^7.0.1",
- "@formkit/auto-animate": "^0.8.2",
- "@vue/reactivity": "^3.4.27",
- "@vue/shared": "^3.4.27",
- "@vueuse/core": "^10.9.0",
- "@xterm/addon-attach": "^0.11.0",
- "@xterm/addon-fit": "^0.10.0",
- "@xterm/xterm": "^5.5.0",
- "ant-design-vue": "^4.2.1",
- "apexcharts": "^3.49.0",
- "axios": "^1.6.8",
- "dayjs": "^1.11.11",
- "highlight.js": "^11.9.0",
- "lodash": "^4.17.21",
- "marked": "^10.0.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.7",
- "pinia-plugin-persistedstate": "^3.2.1",
- "reconnecting-websocket": "^4.4.0",
- "sortablejs": "^1.15.2",
- "vite-plugin-build-id": "^0.2.9",
- "vue": "^3.4.27",
- "vue-github-button": "github:0xJacky/vue-github-button",
- "vue-router": "^4.3.2",
- "vue3-ace-editor": "2.2.4",
- "vue3-apexcharts": "1.4.4",
- "vue3-gettext": "3.0.0-beta.4",
- "vuedraggable": "^4.1.0"
- },
- "devDependencies": {
- "@antfu/eslint-config-vue": "^0.43.1",
- "@types/lodash": "^4.17.1",
- "@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.0.4",
- "@vitejs/plugin-vue-jsx": "^3.1.0",
- "@vue/compiler-sfc": "^3.4.27",
- "@vue/tsconfig": "^0.5.1",
- "ace-builds": "^1.33.1",
- "autoprefixer": "^10.4.19",
- "eslint": "^8.57.0",
- "eslint-import-resolver-alias": "^1.1.2",
- "eslint-import-resolver-typescript": "^3.6.1",
- "eslint-plugin-import": "^2.29.1",
- "eslint-plugin-regex": "^1.10.0",
- "eslint-plugin-sonarjs": "^0.23.0",
- "eslint-plugin-vue": "^9.25.0",
- "less": "^4.2.0",
- "postcss": "^8.4.38",
- "tailwindcss": "^3.4.3",
- "typescript": "5.3.3",
- "unplugin-auto-import": "^0.17.5",
- "unplugin-vue-components": "^0.26.0",
- "unplugin-vue-define-options": "^1.4.4",
- "vite": "^5.2.11",
- "vite-svg-loader": "^5.1.0",
- "vue-tsc": "^1.8.27"
- },
- "packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
- }
|