feat 拆分商户和管理端配置

This commit is contained in:
bootx
2024-07-02 22:50:54 +08:00
parent 856b58154b
commit 8bf095db12
10 changed files with 2146 additions and 879 deletions

View File

@@ -18,13 +18,11 @@
"type": "module",
"scripts": {
"bootstrap": "pnpm install",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build",
"build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
"build:docker": "vite build --mode docker",
"build:no-cache": "pnpm store prune && npm run build",
"build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
"commit": "czg",
"dev": "pnpm vite",
"build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode admin",
"build:admin": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode admin",
"build:merchant": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode merchant",
"dev:admin": "pnpm vite --mode admin",
"dev:merchant": "pnpm vite --mode merchant",
"preinstall": "npx only-allow pnpm",
"postinstall": "turbo run stub",
"lint": "turbo run lint",
@@ -71,39 +69,39 @@
"@ant-design/icons-vue": "^7.0.1",
"@iconify/iconify": "^3.1.1",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.25",
"@vueuse/core": "^10.9.0",
"@vue/shared": "^3.4.31",
"@vueuse/core": "^10.11.0",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.2.1",
"axios": "^1.6.8",
"ant-design-vue": "^4.2.3",
"axios": "^1.7.2",
"codemirror": "^5.65.16",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.2",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qrcode": "^1.5.3",
"qs": "^6.12.1",
"qs": "^6.12.2",
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"sortablejs": "^1.15.2",
"unocss": "^0.59.4",
"vue": "^3.4.25",
"vue": "^3.4.31",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.3.2",
"vue-types": "^5.1.1",
"vue-router": "^4.4.0",
"vue-types": "^5.1.2",
"vuedraggable": "^4.1.0",
"vxe-table": "^4.7.31",
"vxe-table": "^4.7.40",
"xe-utils": "^3.5.28"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify/json": "^2.2.203",
"@iconify/json": "^2.2.224",
"@purge-icons/generated": "^0.10.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
@@ -118,22 +116,22 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.25",
"@vue/test-utils": "^2.4.5",
"@vue/compiler-sfc": "^3.4.31",
"@vue/test-utils": "^2.4.6",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"cz-git": "^1.9.1",
"czg": "^1.9.1",
"cz-git": "^1.9.3",
"czg": "^1.9.3",
"lint-staged": "15.2.2",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.5",
"turbo": "^1.13.2",
"typescript": "^5.4.5",
"rimraf": "^5.0.7",
"turbo": "^1.13.4",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vite-plugin-vue-devtools": "^7.2.0",
"vue-tsc": "^2.0.14"
"vite": "^5.3.2",
"vite-plugin-vue-devtools": "^7.3.5",
"vue-tsc": "^2.0.24"
},
"packageManager": "pnpm@9.0.4",
"engines": {