Files
panel/web/package.json
T
耗子 1f899d1e47 chore(deps): 升级 monaco-editor 至 0.56.0 适配 ESM 结构重组
0.56.0 重组了 ESM 模块并启用 exports 映射,语言包与 worker
的深路径导入改为 exports 子路径形式

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 23:30:22 +08:00

101 lines
3.1 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.2",
"@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.3.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.2",
"anser": "2.3.5",
"echarts": "6.1.0",
"highlight.js": "11.11.1",
"js-sha256": "0.12.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.0",
"pinia": "4.0.2",
"pinia-plugin-persistedstate": "4.7.1",
"vue": "3.5.40",
"vue-echarts": "8.0.1",
"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.4",
"@types/lodash-es": "4.17.12",
"@types/luxon": "3.7.2",
"@types/node": "24.13.3",
"@types/node-forge": "1.3.14",
"@unocss/eslint-config": "66.7.5",
"@vitejs/plugin-vue": "6.0.8",
"@vue/eslint-config-typescript": "14.9.0",
"@vue/tsconfig": "0.9.1",
"colord": "2.9.3",
"cpx2": "9.0.0",
"eslint": "10.7.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-oxlint": "1.73.0",
"eslint-plugin-vue": "10.10.0",
"naive-ui": "2.44.1",
"npm-run-all2": "9.0.2",
"oxfmt": "0.59.0",
"oxlint": "1.74.0",
"sass": "1.101.0",
"tsx": "4.23.1",
"typescript": "6.0.3",
"unocss": "66.7.5",
"unplugin-auto-import": "21.0.0",
"unplugin-icons": "23.0.1",
"unplugin-vue-components": "32.1.0",
"vite": "8.1.5",
"vite-plugin-compression2": "2.5.3",
"vite-plugin-html": "3.2.2",
"vite-plugin-mock": "3.0.2",
"vite-plugin-vue-devtools": "8.1.5",
"vue-tsc": "3.3.7"
},
"packageManager": "pnpm@11.15.1+sha512.81350b07e53c9538a02f1f2303b4290fa2d7be04e56e2a970c4cc4b417dc761de196edabd49d55c7dc9580db81007c44143e4e3d7e462b3000d23c255122d065"
}