pansoft-plrl/package.json

112 lines
3.2 KiB
JSON
Raw Normal View History

2024-05-19 21:20:42 +08:00
{
"name": "vben-admin-pro",
"version": "5.0.0",
2024-05-25 09:47:15 +08:00
"private": true,
2024-05-19 21:20:42 +08:00
"keywords": [
2024-05-25 09:47:15 +08:00
"monorepo",
"turbo",
2024-05-19 21:20:42 +08:00
"vben",
"vben admin",
2024-06-16 23:56:20 +08:00
"vben pro",
2024-05-19 21:20:42 +08:00
"vue",
"vue admin",
2024-07-31 21:26:54 +08:00
"vue vben admin",
"vue vben admin pro",
2024-05-25 09:47:15 +08:00
"vue3"
2024-05-19 21:20:42 +08:00
],
2024-06-16 23:56:20 +08: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 23:15:23 +08:00
"email": "ann.vben@gmail.com",
2024-06-16 23:56:20 +08:00
"url": "https://github.com/anncwb"
},
"type": "module",
2024-05-19 21:20:42 +08:00
"scripts": {
"bootstrap": "pnpm install",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
"build:analyze": "turbo build:analyze",
2024-05-25 09:47:15 +08:00
"build:docker": "./build-local-docker-image.sh",
"changeset": "pnpm exec changeset",
2024-07-31 21:26:54 +08:00
"check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
2024-05-19 21:20:42 +08:00
"check:circular": "vsh check-circular",
2024-07-31 21:26:54 +08:00
"check:cspell": "cspell lint **/*.ts **/README.md .changeset/*.md --no-progress",
2024-07-12 22:23:41 +08:00
"check:dep": "vsh check-dep",
2024-06-16 23:56:20 +08:00
"check:type": "turbo run typecheck",
2024-05-25 09:47:15 +08:00
"clean": "vsh clean",
2024-05-19 21:20:42 +08:00
"commit": "czg",
"dev": "turbo-run dev",
2024-07-31 21:26:54 +08:00
"dev:antd": "pnpm -F @vben/web-antd run dev",
"dev:docs": "pnpm -F @vben/docs run dev",
2024-07-31 21:26:54 +08:00
"dev:ele": "pnpm -F @vben/web-ele run dev",
"dev:naive": "pnpm -F @vben/web-naive run dev",
2024-05-19 21:20:42 +08:00
"format": "vsh lint --format",
"lint": "vsh lint",
2024-05-25 09:47:15 +08:00
"postinstall": "turbo run stub",
"preinstall": "npx only-allow pnpm",
2024-05-19 21:20:42 +08:00
"prepare": "is-ci || husky",
2024-07-31 21:26:54 +08:00
"preview": "turbo-run preview",
2024-05-25 09:47:15 +08:00
"publint": "vsh publint",
2024-05-19 21:20:42 +08:00
"reinstall": "pnpm clean --del-lock && pnpm bootstrap",
"test:unit": "vitest",
2024-07-12 22:23:41 +08:00
"update:deps": " pnpm update --latest --recursive",
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile"
2024-05-19 21:20:42 +08:00
},
"devDependencies": {
2024-06-16 23:50:17 +08:00
"@changesets/changelog-github": "^0.5.0",
2024-06-29 15:41:10 +08:00
"@changesets/cli": "^2.27.7",
2024-05-19 21:20:42 +08:00
"@ls-lint/ls-lint": "^2.2.3",
2024-06-01 22:17:52 +08:00
"@types/jsdom": "^21.1.7",
chore(deps): bump the non-breaking-changes group with 3 updates (#4013) Bumps the non-breaking-changes group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) and [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next). Updates `@types/node` from 22.0.3 to 22.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-perfectionist` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.0.0...v3.1.0) Updates `lucide-vue-next` from 0.419.0 to 0.424.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.424.0/packages/lucide-vue-next) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: eslint-plugin-perfectionist dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: lucide-vue-next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-03 04:41:47 +08:00
"@types/node": "^22.1.0",
2024-05-19 21:20:42 +08: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 21:20:42 +08:00
"@vben/vite-config": "workspace:*",
"@vben/vsh": "workspace:*",
"@vue/test-utils": "^2.4.6",
chore(deps): bump the non-breaking-changes group with 10 updates (#4048) Bumps the non-breaking-changes group with 10 updates: | Package | From | To | | --- | --- | --- | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.7` | `15.2.8` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.233` | `2.2.234` | | [rollup](https://github.com/rollup/rollup) | `4.19.2` | `4.20.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.0.0` | `8.0.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.0.0` | `8.0.1` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.10.1` | `17.10.2` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.1.0` | `3.1.2` | | [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.4.1` | `6.5.0` | | [vitepress](https://github.com/vuejs/vitepress) | `1.3.1` | `1.3.2` | Updates `autoprefixer` from 10.4.19 to 10.4.20 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20) Updates `lint-staged` from 15.2.7 to 15.2.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) Updates `@iconify/json` from 2.2.233 to 2.2.234 - [Commits](https://github.com/iconify/icon-sets/compare/2.2.233...2.2.234) Updates `rollup` from 4.19.2 to 4.20.0 - [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.19.2...v4.20.0) Updates `@typescript-eslint/eslint-plugin` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/parser) Updates `eslint-plugin-n` from 17.10.1 to 17.10.2 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.10.1...v17.10.2) Updates `eslint-plugin-perfectionist` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.0...v3.1.2) Updates `stylelint-scss` from 6.4.1 to 6.5.0 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.1...v6.5.0) Updates `vitepress` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vitepress/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@iconify/json" 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-minor dependency-group: non-breaking-changes - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint-plugin-perfectionist dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: stylelint-scss dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 06:53:41 +08:00
"autoprefixer": "^10.4.20",
2024-05-19 21:20:42 +08:00
"cross-env": "^7.0.3",
2024-07-30 21:18:00 +08:00
"cspell": "^8.13.0",
"husky": "^9.1.4",
2024-05-19 21:20:42 +08:00
"is-ci": "^3.0.1",
"jsdom": "^24.1.1",
chore(deps): bump the non-breaking-changes group with 10 updates (#4048) Bumps the non-breaking-changes group with 10 updates: | Package | From | To | | --- | --- | --- | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.7` | `15.2.8` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.233` | `2.2.234` | | [rollup](https://github.com/rollup/rollup) | `4.19.2` | `4.20.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.0.0` | `8.0.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.0.0` | `8.0.1` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.10.1` | `17.10.2` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.1.0` | `3.1.2` | | [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.4.1` | `6.5.0` | | [vitepress](https://github.com/vuejs/vitepress) | `1.3.1` | `1.3.2` | Updates `autoprefixer` from 10.4.19 to 10.4.20 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20) Updates `lint-staged` from 15.2.7 to 15.2.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) Updates `@iconify/json` from 2.2.233 to 2.2.234 - [Commits](https://github.com/iconify/icon-sets/compare/2.2.233...2.2.234) Updates `rollup` from 4.19.2 to 4.20.0 - [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.19.2...v4.20.0) Updates `@typescript-eslint/eslint-plugin` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/parser) Updates `eslint-plugin-n` from 17.10.1 to 17.10.2 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.10.1...v17.10.2) Updates `eslint-plugin-perfectionist` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.0...v3.1.2) Updates `stylelint-scss` from 6.4.1 to 6.5.0 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.1...v6.5.0) Updates `vitepress` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vitepress/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@iconify/json" 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-minor dependency-group: non-breaking-changes - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint-plugin-perfectionist dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: stylelint-scss dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 06:53:41 +08:00
"lint-staged": "^15.2.8",
"rimraf": "^6.0.1",
2024-08-01 20:50:45 +08:00
"tailwindcss": "^3.4.7",
2024-08-01 00:06:36 +08:00
"turbo": "^2.0.11",
"typescript": "^5.5.4",
2024-08-03 10:12:45 +08:00
"unbuild": "^2.0.0",
"vite": "^5.3.5",
2024-07-31 21:26:54 +08:00
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
2024-05-19 21:20:42 +08:00
},
"engines": {
2024-06-16 23:30:31 +08:00
"node": ">=20",
"pnpm": ">=9"
2024-05-19 21:20:42 +08:00
},
"packageManager": "pnpm@9.6.0",
2024-05-19 21:20:42 +08:00
"pnpm": {
2024-07-31 21:26:54 +08:00
"peerDependencyRules": {
"allowedVersions": {
2024-08-01 00:06:36 +08:00
"eslint": "*"
2024-07-31 21:26:54 +08:00
}
},
2024-05-19 21:20:42 +08:00
"overrides": {
2024-06-23 19:45:40 +08:00
"@ctrl/tinycolor": "^4.1.0",
"clsx": "^2.1.1",
2024-07-31 21:26:54 +08:00
"vue": "^3.4.35"
2024-05-19 21:20:42 +08:00
},
"neverBuiltDependencies": [
"canvas",
"node-gyp",
"playwright"
]
2024-05-19 21:20:42 +08:00
}
}