admin-vben/package.json

122 lines
3.8 KiB
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "vben-admin-monorepo",
2024-12-12 14:47:11 +00:00
"version": "5.5.1",
2024-05-25 01:47:15 +00:00
"private": true,
2024-05-19 13:20:42 +00:00
"keywords": [
2024-05-25 01:47:15 +00:00
"monorepo",
"turbo",
2024-05-19 13:20:42 +00:00
"vben",
"vben admin",
2024-06-16 15:56:20 +00:00
"vben pro",
2024-05-19 13:20:42 +00:00
"vue",
"vue admin",
2024-07-31 13:26:54 +00:00
"vue vben admin",
"vue vben admin pro",
2024-05-25 01:47:15 +00:00
"vue3"
2024-05-19 13:20:42 +00:00
],
2024-06-16 15:56:20 +00:00
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": "vbenjs/vue-vben-admin.git",
"license": "MIT",
"author": {
"name": "vben",
2024-06-30 15:15:23 +00:00
"email": "ann.vben@gmail.com",
2024-06-16 15:56:20 +00:00
"url": "https://github.com/anncwb"
},
"type": "module",
2024-05-19 13:20:42 +00:00
"scripts": {
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
"build:analyze": "turbo build:analyze",
2024-09-12 14:49:33 +00:00
"build:antd": "pnpm run build --filter=@vben/web-antd",
"build:docker": "./scripts/deploy/build-local-docker-image.sh",
2024-09-12 14:49:33 +00:00
"build:docs": "pnpm run build --filter=@vben/docs",
"build:ele": "pnpm run build --filter=@vben/web-ele",
"build:naive": "pnpm run build --filter=@vben/web-naive",
"build:play": "pnpm run build --filter=@vben/playground",
2024-05-25 01:47:15 +00:00
"changeset": "pnpm exec changeset",
2024-07-31 13:26:54 +00:00
"check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
2024-05-19 13:20:42 +00:00
"check:circular": "vsh check-circular",
2024-07-31 13:26:54 +00:00
"check:cspell": "cspell lint **/*.ts **/README.md .changeset/*.md --no-progress",
2024-07-12 14:23:41 +00:00
"check:dep": "vsh check-dep",
2024-06-16 15:56:20 +00:00
"check:type": "turbo run typecheck",
"clean": "node ./scripts/clean.mjs",
2024-05-19 13:20:42 +00:00
"commit": "czg",
"dev": "turbo-run dev",
2024-07-31 13:26:54 +00:00
"dev:antd": "pnpm -F @vben/web-antd run dev",
"dev:docs": "pnpm -F @vben/docs run dev",
2024-07-31 13:26:54 +00:00
"dev:ele": "pnpm -F @vben/web-ele run dev",
"dev:naive": "pnpm -F @vben/web-naive run dev",
"dev:play": "pnpm -F @vben/playground run dev",
2024-05-19 13:20:42 +00:00
"format": "vsh lint --format",
"lint": "vsh lint",
"postinstall": "pnpm -r run stub --if-present",
2024-05-25 01:47:15 +00:00
"preinstall": "npx only-allow pnpm",
2024-05-19 13:20:42 +00:00
"prepare": "is-ci || husky",
2024-07-31 13:26:54 +00:00
"preview": "turbo-run preview",
2024-05-25 01:47:15 +00:00
"publint": "vsh publint",
"reinstall": "pnpm clean --del-lock && pnpm install",
"test:unit": "vitest run --dom",
"test:e2e": "turbo run test:e2e",
2024-10-13 08:28:21 +00:00
"update:deps": "npx taze -r -w",
2024-07-12 14:23:41 +00:00
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile"
2024-05-19 13:20:42 +00:00
},
"devDependencies": {
"@changesets/changelog-github": "catalog:",
"@changesets/cli": "catalog:",
"@playwright/test": "catalog:",
"@types/node": "catalog:",
2024-05-19 13:20:42 +00:00
"@vben/commitlint-config": "workspace:*",
"@vben/eslint-config": "workspace:*",
"@vben/prettier-config": "workspace:*",
"@vben/stylelint-config": "workspace:*",
"@vben/tailwind-config": "workspace:*",
"@vben/tsconfig": "workspace:*",
"@vben/turbo-run": "workspace:*",
2024-05-19 13:20:42 +00:00
"@vben/vite-config": "workspace:*",
"@vben/vsh": "workspace:*",
"@vitejs/plugin-vue": "catalog:",
"@vitejs/plugin-vue-jsx": "catalog:",
"@vue/test-utils": "catalog:",
"autoprefixer": "catalog:",
"cross-env": "catalog:",
"cspell": "catalog:",
"happy-dom": "catalog:",
"husky": "catalog:",
"is-ci": "catalog:",
"lint-staged": "catalog:",
"playwright": "catalog:",
"rimraf": "catalog:",
"tailwindcss": "catalog:",
"turbo": "catalog:",
"typescript": "catalog:",
"unbuild": "catalog:",
"vite": "catalog:",
"vitest": "catalog:",
"vue": "catalog:",
"vue-tsc": "catalog:"
2024-05-19 13:20:42 +00:00
},
"engines": {
chore(deps): bump the non-breaking-changes group with 4 updates (#4451) * chore(deps): bump the non-breaking-changes group with 4 updates Bumps the non-breaking-changes group with 4 updates: [vue](https://github.com/vuejs/core), [rollup](https://github.com/rollup/rollup), [eslint](https://github.com/eslint/eslint) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared). Updates `vue` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.5.6...v3.5.7) Updates `rollup` from 4.22.0 to 4.22.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.22.0...v4.22.2) Updates `eslint` from 9.10.0 to 9.11.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0) Updates `@vue/shared` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.7/packages/shared) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: "@vue/shared" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vben <ann.vben@gmail.com>
2024-09-21 02:46:38 +00:00
"node": ">=20.10.0",
"pnpm": ">=9.12.0"
2024-05-19 13:20:42 +00:00
},
2024-12-11 07:09:38 +00:00
"packageManager": "pnpm@9.15.0",
2024-05-19 13:20:42 +00:00
"pnpm": {
2024-07-31 13:26:54 +00:00
"peerDependencyRules": {
"allowedVersions": {
2024-07-31 16:06:36 +00:00
"eslint": "*"
2024-07-31 13:26:54 +00:00
}
},
2024-05-19 13:20:42 +00:00
"overrides": {
"@ast-grep/napi": "catalog:",
chore(deps): bump the non-breaking-changes group with 3 updates (#4561) * chore(deps): bump the non-breaking-changes group with 3 updates Bumps the non-breaking-changes group with 3 updates: [@changesets/cli](https://github.com/changesets/changesets), [vue](https://github.com/vuejs/core) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared). Updates `@changesets/cli` from 2.27.8 to 2.27.9 - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md) - [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.8...@changesets/cli@2.27.9) Updates `vue` from 3.5.10 to 3.5.11 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.5.10...v3.5.11) Updates `@vue/shared` from 3.5.10 to 3.5.11 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.11/packages/shared) --- updated-dependencies: - dependency-name: "@changesets/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@vue/shared" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-05 01:52:04 +00:00
"@ctrl/tinycolor": "catalog:",
"clsx": "catalog:",
"pinia": "catalog:",
"vue": "catalog:"
2024-05-19 13:20:42 +00:00
},
"neverBuiltDependencies": [
"canvas",
"node-gyp"
]
2024-05-19 13:20:42 +00:00
}
}