mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
b28740042b
Bumps the non-breaking-changes group with 5 updates: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.8` | `15.2.9` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.236` | `2.2.237` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.0.1` | `50.2.0` | | [radix-vue](https://github.com/radix-vue/radix-vue) | `1.9.3` | `1.9.4` | | [axios](https://github.com/axios/axios) | `1.7.3` | `1.7.4` | Updates `lint-staged` from 15.2.8 to 15.2.9 - [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.8...v15.2.9) Updates `@iconify/json` from 2.2.236 to 2.2.237 - [Commits](https://github.com/iconify/icon-sets/compare/2.2.236...2.2.237) Updates `eslint-plugin-jsdoc` from 50.0.1 to 50.2.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.1...v50.2.0) Updates `radix-vue` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/radix-vue/radix-vue/releases) - [Commits](https://github.com/radix-vue/radix-vue/compare/v1.9.3...v1.9.4) Updates `axios` from 1.7.3 to 1.7.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.3...v1.7.4) --- updated-dependencies: - 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: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: radix-vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: axios dependency-type: direct:production 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>
116 lines
3.3 KiB
JSON
116 lines
3.3 KiB
JSON
{
|
|
"name": "vben-admin-pro",
|
|
"version": "5.0.1",
|
|
"private": true,
|
|
"keywords": [
|
|
"monorepo",
|
|
"turbo",
|
|
"vben",
|
|
"vben admin",
|
|
"vben pro",
|
|
"vue",
|
|
"vue admin",
|
|
"vue vben admin",
|
|
"vue vben admin pro",
|
|
"vue3"
|
|
],
|
|
"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",
|
|
"email": "ann.vben@gmail.com",
|
|
"url": "https://github.com/anncwb"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"bootstrap": "pnpm install",
|
|
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
|
|
"build:analyze": "turbo build:analyze",
|
|
"build:docker": "./build-local-docker-image.sh",
|
|
"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": "vsh clean",
|
|
"commit": "czg",
|
|
"dev": "turbo-run dev",
|
|
"dev:antd": "pnpm -F @vben/web-antd run dev",
|
|
"dev:docs": "pnpm -F @vben/docs run dev",
|
|
"dev:ele": "pnpm -F @vben/web-ele run dev",
|
|
"dev:play": "pnpm -F @vben/playground run dev",
|
|
"dev:naive": "pnpm -F @vben/web-naive run dev",
|
|
"format": "vsh lint --format",
|
|
"lint": "vsh lint",
|
|
"postinstall": "turbo run stub",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"prepare": "is-ci || husky",
|
|
"preview": "turbo-run preview",
|
|
"publint": "vsh publint",
|
|
"reinstall": "pnpm clean --del-lock && pnpm bootstrap",
|
|
"test:unit": "vitest",
|
|
"update:deps": "pnpm update --latest --recursive",
|
|
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.5.0",
|
|
"@changesets/cli": "^2.27.7",
|
|
"@ls-lint/ls-lint": "^2.2.3",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^22.2.0",
|
|
"@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:*",
|
|
"@vben/vite-config": "workspace:*",
|
|
"@vben/vsh": "workspace:*",
|
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"autoprefixer": "^10.4.20",
|
|
"cross-env": "^7.0.3",
|
|
"cspell": "^8.13.3",
|
|
"husky": "^9.1.4",
|
|
"is-ci": "^3.0.1",
|
|
"jsdom": "^24.1.1",
|
|
"lint-staged": "^15.2.9",
|
|
"rimraf": "^6.0.1",
|
|
"tailwindcss": "^3.4.9",
|
|
"turbo": "^2.0.12",
|
|
"typescript": "^5.5.4",
|
|
"unbuild": "^2.0.0",
|
|
"vite": "^5.4.0",
|
|
"vitest": "^2.0.5",
|
|
"vue": "^3.4.37",
|
|
"vue-tsc": "^2.0.29"
|
|
},
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=9"
|
|
},
|
|
"packageManager": "pnpm@9.7.0",
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"allowedVersions": {
|
|
"eslint": "*"
|
|
}
|
|
},
|
|
"overrides": {
|
|
"@ctrl/tinycolor": "^4.1.0",
|
|
"clsx": "^2.1.1",
|
|
"vue": "^3.4.37"
|
|
},
|
|
"neverBuiltDependencies": [
|
|
"canvas",
|
|
"node-gyp",
|
|
"playwright"
|
|
]
|
|
}
|
|
}
|