69 lines
2.4 KiB
JSON
69 lines
2.4 KiB
JSON
{
|
|
"name": "vben-admin-monorepo",
|
|
"version": "5.7.0",
|
|
"private": true,
|
|
"keywords": [],
|
|
"type": "module",
|
|
"scripts": {
|
|
"bootstrap": "pnpm install",
|
|
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
|
|
"build:analyze": "turbo build:analyze",
|
|
"build:antdv-next": "pnpm run build --filter=@vben/web-antdv-next",
|
|
"build:docker": "./scripts/deploy/build-local-docker-image.sh",
|
|
"changeset": "pnpm exec changeset",
|
|
"check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
|
|
"check:circular": "vsh check-circular",
|
|
"check:cspell": "cspell lint \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",
|
|
"check:dep": "vsh check-dep",
|
|
"check:type": "turbo run typecheck",
|
|
"clean": "node ./scripts/clean.mjs",
|
|
"dev": "turbo-run dev",
|
|
"dev:antdv-next": "pnpm -F @vben/web-antdv-next run dev",
|
|
"format": "vsh lint --format",
|
|
"lint": "vsh lint",
|
|
"postinstall": "pnpm -r run stub --if-present",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"preview": "turbo-run preview",
|
|
"publint": "vsh publint",
|
|
"reinstall": "pnpm clean --del-lock && pnpm install",
|
|
"test:unit": "vitest run --dom",
|
|
"update:deps": "npx taze -r -w",
|
|
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
|
|
"catalog": "pnpx codemod pnpm/catalog"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "catalog:",
|
|
"@changesets/cli": "catalog:",
|
|
"@tsdown/css": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@vben/eslint-config": "workspace:*",
|
|
"@vben/stylelint-config": "workspace:*",
|
|
"@vben/tailwind-config": "workspace:*",
|
|
"@vben/tsconfig": "workspace:*",
|
|
"@vben/turbo-run": "workspace:*",
|
|
"@vben/vite-config": "workspace:*",
|
|
"@vben/vsh": "workspace:*",
|
|
"@vitejs/plugin-vue": "catalog:",
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
"@vue/test-utils": "catalog:",
|
|
"cross-env": "catalog:",
|
|
"cspell": "catalog:",
|
|
"happy-dom": "catalog:",
|
|
"rimraf": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"turbo": "catalog:",
|
|
"typescript": "catalog:",
|
|
"unplugin-vue": "catalog:",
|
|
"vite": "catalog:",
|
|
"vitest": "catalog:",
|
|
"vue": "catalog:",
|
|
"vue-tsc": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.18.0 || ^24.0.0",
|
|
"pnpm": ">=10.0.0"
|
|
},
|
|
"packageManager": "pnpm@10.32.1"
|
|
}
|