Files
panel/web/package.json
T
2026-08-27 11:14:52 +00:00

101 lines
2.9 KiB
JSON

{
"type": "module",
"private": true,
"author": {
"name": "AcePanel",
"email": "admin@haozi.net",
"url": "https://github.com/acepanel/panel"
},
"license": "BSD-3-Clause",
"repository": {
"url": "https://github.com/acepanel/panel"
},
"scripts": {
"dev": "vite",
"build": "run-s gen-auto-import build:all copy",
"build:all": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "run-s gen-auto-import lint:*",
"lint:oxlint": "oxlint . --fix",
"lint:eslint": "eslint . --fix --cache",
"format": "oxfmt src/",
"copy": "cpx \"dist/**/*\" \"../pkg/embed/frontend\" -C",
"gen-auto-import": "tsx gen-auto-import.ts",
"gettext:extract": "vue-gettext-extract",
"gettext:compile": "vue-gettext-compile"
},
"dependencies": {
"@alova/adapter-xhr": "2.3.3",
"@eslint/eslintrc": "3.3.6",
"@fontsource-variable/jetbrains-mono": "5.3.0",
"@simplewebauthn/browser": "13.3.0",
"@vavt/copy2clipboard": "1.0.3",
"@vueuse/core": "14.4.0",
"@xterm/addon-attach": "0.12.0",
"@xterm/addon-clipboard": "0.2.0",
"@xterm/addon-fit": "0.11.0",
"@xterm/addon-unicode11": "0.9.0",
"@xterm/addon-web-links": "0.12.0",
"@xterm/addon-webgl": "0.19.0",
"@xterm/xterm": "6.0.0",
"alova": "3.5.5",
"anser": "2.3.5",
"echarts": "6.1.0",
"highlight.js": "11.12.0",
"js-sha256": "1.0.0",
"lodash-es": "4.18.1",
"luxon": "3.7.2",
"mitt": "3.0.1",
"monaco-editor": "0.56.0",
"monaco-editor-nginx": "2.0.2",
"node-forge": "1.4.0",
"p-limit": "7.3.1",
"pinia": "4.0.3",
"pinia-plugin-persistedstate": "4.7.1",
"vue": "3.5.42",
"vue-echarts": "8.1.0",
"vue-router": "5.2.0",
"vue3-gettext": "4.0.1",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "1.2.3",
"@iconify/vue": "5.0.1",
"@tsconfig/node24": "24.0.5",
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.7.5",
"@types/node": "24.13.3",
"@types/node-forge": "1.3.14",
"@unocss/eslint-config": "66.8.1",
"@vitejs/plugin-vue": "6.0.8",
"@vue/eslint-config-typescript": "14.9.0",
"@vue/tsconfig": "0.9.1",
"colord": "2.10.0",
"cpx2": "9.0.0",
"eslint": "10.9.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-oxlint": "1.80.0",
"eslint-plugin-vue": "10.10.0",
"naive-ui": "2.45.2",
"npm-run-all2": "9.0.3",
"oxfmt": "0.65.0",
"oxlint": "1.80.0",
"sass": "1.103.1",
"tsx": "4.23.12",
"typescript": "6.0.3",
"unocss": "66.8.1",
"unplugin-auto-import": "21.1.0",
"unplugin-icons": "23.0.1",
"unplugin-vue-components": "32.1.0",
"vite": "8.2.2",
"vite-plugin-compression2": "2.5.3",
"vite-plugin-html": "3.2.2",
"vite-plugin-mock": "3.0.2",
"vite-plugin-vue-devtools": "8.2.1",
"vue-tsc": "3.3.11"
},
"packageManager": "pnpm@11.24.0"
}