mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-18 23:42:07 +02:00
82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"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": "^10.0.0",
|
|
"@vue/reactivity": "^3.5.11",
|
|
"@vue/shared": "^3.5.11",
|
|
"@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.0",
|
|
"axios": "^1.7.7",
|
|
"dayjs": "^1.11.13",
|
|
"highlight.js": "^11.10.0",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^14.1.2",
|
|
"marked-highlight": "^2.1.4",
|
|
"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.0",
|
|
"vite-plugin-build-id": "0.4.2",
|
|
"vue": "^3.5.11",
|
|
"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": "^10.0.0",
|
|
"@types/lodash": "^4.17.10",
|
|
"@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.11",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"ace-builds": "^1.36.2",
|
|
"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.28.0",
|
|
"less": "^4.2.0",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "5.3.3",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"unplugin-vue-define-options": "^1.5.1",
|
|
"vite": "^5.4.8",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue-tsc": "^2.1.6"
|
|
},
|
|
"packageManager": "pnpm@9.10.0"
|
|
}
|