mirror of
https://github.com/tnb-labs/panel.git
synced 2026-08-29 02:10:58 +08:00
69dae9be95
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
101 lines
3.1 KiB
JSON
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.1",
|
|
"@eslint/eslintrc": "3.3.5",
|
|
"@fontsource-variable/jetbrains-mono": "5.2.8",
|
|
"@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.1",
|
|
"anser": "2.3.5",
|
|
"echarts": "6.1.0",
|
|
"highlight.js": "11.11.1",
|
|
"js-sha256": "0.11.1",
|
|
"lodash-es": "4.18.1",
|
|
"luxon": "3.7.2",
|
|
"mitt": "3.0.1",
|
|
"monaco-editor": "0.55.1",
|
|
"monaco-editor-nginx": "2.0.2",
|
|
"node-forge": "1.4.0",
|
|
"p-limit": "7.3.0",
|
|
"pinia": "3.0.4",
|
|
"pinia-plugin-persistedstate": "4.7.1",
|
|
"vue": "3.5.39",
|
|
"vue-echarts": "8.0.1",
|
|
"vue-router": "5.1.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.2",
|
|
"@types/node-forge": "1.3.14",
|
|
"@unocss/eslint-config": "66.7.3",
|
|
"@vitejs/plugin-vue": "6.0.7",
|
|
"@vue/eslint-config-typescript": "14.9.0",
|
|
"@vue/tsconfig": "0.9.1",
|
|
"colord": "2.9.3",
|
|
"cpx2": "9.0.0",
|
|
"eslint": "10.6.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-oxlint": "1.71.0",
|
|
"eslint-plugin-vue": "10.9.2",
|
|
"naive-ui": "2.44.1",
|
|
"npm-run-all2": "9.0.2",
|
|
"oxfmt": "0.56.0",
|
|
"oxlint": "1.71.0",
|
|
"sass": "1.101.0",
|
|
"tsx": "4.22.4",
|
|
"typescript": "6.0.3",
|
|
"unocss": "66.7.3",
|
|
"unplugin-auto-import": "21.0.0",
|
|
"unplugin-icons": "23.0.1",
|
|
"unplugin-vue-components": "32.1.0",
|
|
"vite": "8.0.16",
|
|
"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.5"
|
|
},
|
|
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
|
|
}
|