mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-18 15:24:38 +02:00
75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"name": "nginx-ui-app-next",
|
|
"version": "2.0.0-beta.6",
|
|
"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.0",
|
|
"@vue/reactivity": "^3.3.10",
|
|
"@vue/shared": "^3.3.10",
|
|
"@vueuse/core": "^10.6.1",
|
|
"ant-design-vue": "4.0.7",
|
|
"apexcharts": "^3.36.3",
|
|
"axios": "^1.6.2",
|
|
"dayjs": "^1.11.10",
|
|
"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.0.2",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"sortablejs": "^1.15.0",
|
|
"vite-plugin-build-id": "^0.2.8",
|
|
"vue": "^3.3.10",
|
|
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
|
|
"vue-router": "^4.2.5",
|
|
"vue3-ace-editor": "2.2.4",
|
|
"vue3-apexcharts": "^1.4.4",
|
|
"vue3-gettext": "^3.0.0-beta.2",
|
|
"vuedraggable": "^4.1.0",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-attach": "^0.9.0",
|
|
"xterm-addon-fit": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/sortablejs": "^1.15.0",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"@antfu/eslint-config-vue": "^0.43.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.13.0",
|
|
"@typescript-eslint/parser": "^6.13.0",
|
|
"@vitejs/plugin-vue": "^4.5.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/compiler-sfc": "^3.3.10",
|
|
"ace-builds": "^1.31.2",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.54.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-regex": "^1.10.0",
|
|
"eslint-plugin-sonarjs": "^0.23.0",
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
"less": "^4.2.0",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "^5.3.2",
|
|
"unplugin-auto-import": "^0.17.1",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"unplugin-vue-define-options": "^1.4.0",
|
|
"vite": "^5.0.5",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue-tsc": "^1.8.22"
|
|
}
|
|
}
|