mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-21 00:24:12 +08:00
105 lines
3.6 KiB
JSON
105 lines
3.6 KiB
JSON
{
|
|
"name": "1panel-frontend",
|
|
"private": true,
|
|
"version": "2.0",
|
|
"description": "1Panel 前端",
|
|
"scripts": {
|
|
"dev": "node --max-old-space-size=8192 ./node_modules/.bin/vite --host",
|
|
"serve": "vite",
|
|
"build:dev": "vite build --mode development",
|
|
"type-check": "node --max-old-space-size=8192 ./node_modules/vue-tsc/bin/vue-tsc.js --noEmit",
|
|
"build:test": "npm run type-check && vite build --mode test",
|
|
"build:pro": "vite build --mode production",
|
|
"preview": "vite preview",
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
|
"lint:lint-staged": "lint-staged",
|
|
"release": "standard-version",
|
|
"commit": "git pull && git add -A && git-cz && git push",
|
|
"prettier:comment": "自动格式化当前目录下的所有文件",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-html": "^6.4.10",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-php": "^6.0.2",
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/legacy-modes": "^6.5.1",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@element-plus/icons-vue": "^1.1.4",
|
|
"@vue-office/docx": "^1.6.2",
|
|
"@vue-office/excel": "^1.7.8",
|
|
"@vueuse/core": "^12.8.2",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"anser": "^2.3.2",
|
|
"axios": "^1.7.2",
|
|
"codemirror": "^6.0.2",
|
|
"crypto-js": "^4.2.0",
|
|
"dompurify": "^3.3.1",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "2.11.9",
|
|
"js-base64": "^3.7.7",
|
|
"jsencrypt": "^3.3.2",
|
|
"md-editor-v3": "^2.11.3",
|
|
"monaco-editor": "^0.53.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^1.6.1",
|
|
"punycode": "^2.3.1",
|
|
"qs": "^6.12.1",
|
|
"screenfull": "^6.0.2",
|
|
"sortablejs": "^1.15.7",
|
|
"uuid": "^10.0.0",
|
|
"vue": "^3.5.32",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue-demi": "^0.14.6",
|
|
"vue-i18n": "^10.0.5",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.8",
|
|
"@types/uuid": "^10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.58.1",
|
|
"@typescript-eslint/parser": "^8.58.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
"@vue/compiler-sfc": "^3.5.32",
|
|
"autoprefixer": "^10.4.7",
|
|
"commitizen": "^4.2.4",
|
|
"esbuild": "^0.27.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.2",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"lint-staged": "^16.4.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-html": "^1.4.1",
|
|
"prettier": "^3.8.2",
|
|
"rollup-plugin-visualizer": "^5.5.4",
|
|
"sass": "^1.83.0",
|
|
"standard-version": "^9.5.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.9.2",
|
|
"unplugin-auto-import": "^0.16.4",
|
|
"unplugin-vue-components": "^0.25.0",
|
|
"vite": "^7.1.5",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-eslint2": "^5.0.3",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue-tsc": "^2.2.12"
|
|
},
|
|
"trustedDependencies": [
|
|
"@parcel/watcher",
|
|
"esbuild",
|
|
"@vue-office/docx",
|
|
"@vue-office/excel"
|
|
],
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
}
|