package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "name": "vben-admin-monorepo",
  3. "version": "5.5.8",
  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. "build:app": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build:app",
  30. "build:analyze": "turbo build:analyze",
  31. "check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
  32. "check:circular": "vsh check-circular",
  33. "check:cspell": "cspell lint **/*.ts **/README.md --no-progress",
  34. "check:dep": "vsh check-dep",
  35. "check:type": "turbo run typecheck",
  36. "clean": "node ./scripts/clean.mjs",
  37. "commit": "czg",
  38. "dev": "turbo-run dev",
  39. "dev:app": "turbo-run dev:app",
  40. "format": "vsh lint --format",
  41. "lint": "vsh lint",
  42. "postinstall": "pnpm -r run stub --if-present",
  43. "preinstall": "npx only-allow pnpm",
  44. "preview": "turbo-run preview",
  45. "publint": "vsh publint",
  46. "reinstall": "pnpm clean --del-lock && pnpm install",
  47. "test:unit": "vitest run --dom",
  48. "update:deps": "npx taze -r -w",
  49. "catalog": "pnpx codemod pnpm/catalog"
  50. },
  51. "devDependencies": {
  52. "@types/node": "catalog:",
  53. "@vben/commitlint-config": "workspace:*",
  54. "@vben/eslint-config": "workspace:*",
  55. "@vben/prettier-config": "workspace:*",
  56. "@vben/stylelint-config": "workspace:*",
  57. "@vben/tailwind-config": "workspace:*",
  58. "@vben/tsconfig": "workspace:*",
  59. "@vben/turbo-run": "workspace:*",
  60. "@vben/vite-config": "workspace:*",
  61. "@vben/vsh": "workspace:*",
  62. "@vitejs/plugin-vue": "catalog:",
  63. "@vitejs/plugin-vue-jsx": "catalog:",
  64. "@vue/test-utils": "catalog:",
  65. "autoprefixer": "catalog:",
  66. "cross-env": "catalog:",
  67. "cspell": "catalog:",
  68. "happy-dom": "catalog:",
  69. "is-ci": "catalog:",
  70. "rimraf": "catalog:",
  71. "tailwindcss": "catalog:",
  72. "turbo": "catalog:",
  73. "typescript": "catalog:",
  74. "unbuild": "catalog:",
  75. "vite": "catalog:",
  76. "vitest": "catalog:",
  77. "vue": "catalog:",
  78. "vue-tsc": "catalog:"
  79. },
  80. "engines": {
  81. "node": ">=20.10.0",
  82. "pnpm": ">=9.12.0"
  83. },
  84. "packageManager": "pnpm@10.12.4",
  85. "pnpm": {
  86. "peerDependencyRules": {
  87. "allowedVersions": {
  88. "eslint": "*"
  89. }
  90. },
  91. "overrides": {
  92. "@ast-grep/napi": "catalog:",
  93. "@ctrl/tinycolor": "catalog:",
  94. "clsx": "catalog:",
  95. "esbuild": "0.25.3",
  96. "pinia": "catalog:",
  97. "vue": "catalog:"
  98. },
  99. "neverBuiltDependencies": [
  100. "canvas",
  101. "node-gyp"
  102. ]
  103. }
  104. }