package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "name": "vben-admin-monorepo",
  3. "version": "5.5.9",
  4. "private": true,
  5. "keywords": [
  6. "monorepo",
  7. "turbo",
  8. "vben",
  9. "vben admin",
  10. "vben pro",
  11. "vue",
  12. "vue admin",
  13. "vue vben admin",
  14. "vue vben admin pro",
  15. "vue3"
  16. ],
  17. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  18. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  19. "repository": "vbenjs/vue-vben-admin.git",
  20. "license": "MIT",
  21. "author": {
  22. "name": "vben",
  23. "email": "ann.vben@gmail.com",
  24. "url": "https://github.com/anncwb"
  25. },
  26. "type": "module",
  27. "scripts": {
  28. "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
  29. "changeset": "pnpm exec changeset",
  30. "check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
  31. "check:circular": "vsh check-circular",
  32. "check:cspell": "cspell lint **/*.ts **/README.md .changeset/*.md --no-progress",
  33. "check:dep": "vsh check-dep",
  34. "check:type": "turbo run typecheck",
  35. "clean": "node ./scripts/clean.mjs",
  36. "commit": "czg",
  37. "dev": "turbo-run dev",
  38. "format": "vsh lint --format",
  39. "lint": "vsh lint",
  40. "postinstall": "pnpm -r run stub --if-present",
  41. "preinstall": "npx only-allow pnpm",
  42. "preview": "turbo-run preview",
  43. "publint": "vsh publint",
  44. "reinstall": "pnpm clean --del-lock && pnpm install",
  45. "test:unit": "vitest run --dom",
  46. "test:e2e": "turbo run test:e2e",
  47. "update:deps": "npx taze -r -w",
  48. "version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
  49. "catalog": "pnpx codemod pnpm/catalog"
  50. },
  51. "devDependencies": {
  52. "@changesets/changelog-github": "catalog:",
  53. "@changesets/cli": "catalog:",
  54. "@playwright/test": "catalog:",
  55. "@types/node": "catalog:",
  56. "@vben/commitlint-config": "workspace:*",
  57. "@vben/eslint-config": "workspace:*",
  58. "@vben/prettier-config": "workspace:*",
  59. "@vben/stylelint-config": "workspace:*",
  60. "@vben/tailwind-config": "workspace:*",
  61. "@vben/tsconfig": "workspace:*",
  62. "@vben/turbo-run": "workspace:*",
  63. "@vben/vite-config": "workspace:*",
  64. "@vben/vsh": "workspace:*",
  65. "@vitejs/plugin-vue": "catalog:",
  66. "@vitejs/plugin-vue-jsx": "catalog:",
  67. "@vue/test-utils": "catalog:",
  68. "autoprefixer": "catalog:",
  69. "cross-env": "catalog:",
  70. "cspell": "catalog:",
  71. "happy-dom": "catalog:",
  72. "is-ci": "catalog:",
  73. "lefthook": "catalog:",
  74. "playwright": "catalog:",
  75. "rimraf": "catalog:",
  76. "tailwindcss": "catalog:",
  77. "turbo": "catalog:",
  78. "typescript": "catalog:",
  79. "unbuild": "catalog:",
  80. "vite": "catalog:",
  81. "vitest": "catalog:",
  82. "vue": "catalog:",
  83. "vue-tsc": "catalog:"
  84. },
  85. "engines": {
  86. "node": ">=20.10.0",
  87. "pnpm": ">=9.12.0"
  88. },
  89. "packageManager": "pnpm@10.14.0",
  90. "pnpm": {
  91. "peerDependencyRules": {
  92. "allowedVersions": {
  93. "eslint": "*"
  94. }
  95. },
  96. "overrides": {
  97. "@ast-grep/napi": "catalog:",
  98. "@ctrl/tinycolor": "catalog:",
  99. "clsx": "catalog:",
  100. "esbuild": "0.25.3",
  101. "pinia": "catalog:",
  102. "vue": "catalog:"
  103. },
  104. "neverBuiltDependencies": [
  105. "canvas",
  106. "node-gyp"
  107. ]
  108. }
  109. }