mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-13 07:45:41 +08:00
74 lines
2.5 KiB
JSON
74 lines
2.5 KiB
JSON
{
|
|
"name": "daxpay-ui",
|
|
"version": "4.0.0-beta1",
|
|
"private": true,
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
|
|
"build:analyze": "turbo build:analyze",
|
|
"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",
|
|
"commit": "czg",
|
|
"dev": "turbo-run dev",
|
|
"dev:admin": "pnpm -F daxpay-admin run dev",
|
|
"dev:docs": "pnpm -F @vben/docs run dev",
|
|
"format": "prettier --write .",
|
|
"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",
|
|
"test:e2e": "turbo run test:e2e",
|
|
"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:",
|
|
"@playwright/test": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@vben/commitlint-config": "workspace:*",
|
|
"@vben/eslint-config": "workspace:*",
|
|
"@vben/stylelint-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:",
|
|
"eslint-config-prettier": "catalog:",
|
|
"eslint-plugin-prettier": "catalog:",
|
|
"happy-dom": "catalog:",
|
|
"is-ci": "catalog:",
|
|
"lefthook": "catalog:",
|
|
"playwright": "catalog:",
|
|
"prettier": "catalog:conflicts_prettier_h3_8_1",
|
|
"rimraf": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"turbo": "catalog:",
|
|
"typescript": "catalog:",
|
|
"unbuild": "catalog:",
|
|
"vite": "catalog:",
|
|
"vitest": "catalog:",
|
|
"vue": "catalog:",
|
|
"vue-tsc": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": "^22.13.0 || ^24.0.0",
|
|
"pnpm": ">=10.0.0"
|
|
},
|
|
"packageManager": "pnpm@10.32.1"
|
|
}
|