admin-vben/internal/lint-configs/eslint-config/package.json

58 lines
1.6 KiB
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/eslint-config",
2024-06-16 15:50:17 +00:00
"version": "5.0.0",
2024-05-19 13:20:42 +00:00
"private": true,
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 15:56:20 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 13:20:42 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/eslint-config"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-19 13:20:42 +00:00
"scripts": {
"stub": "pnpm unbuild --stub"
},
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"dependencies": {
2024-07-31 16:06:36 +00:00
"eslint-config-turbo": "^2.0.11",
"eslint-plugin-command": "^0.2.3",
"eslint-plugin-import-x": "^3.1.0"
2024-05-19 13:20:42 +00:00
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/eslint": "^9.6.0",
2024-07-31 16:06:36 +00:00
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.8.0",
2024-05-19 13:20:42 +00:00
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
2024-07-31 13:26:54 +00:00
"eslint-plugin-jsdoc": "^48.10.2",
2024-05-25 01:47:15 +00:00
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.10.1",
2024-05-19 13:20:42 +00:00
"eslint-plugin-no-only-tests": "^3.1.0",
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-02 20:41:47 +00:00
"eslint-plugin-perfectionist": "^3.1.0",
"eslint-plugin-prettier": "^5.2.1",
2024-05-21 14:14:25 +00:00
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.0.1",
2024-05-19 13:20:42 +00:00
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.27.0",
2024-08-01 12:50:45 +00:00
"globals": "^15.9.0",
2024-05-19 13:20:42 +00:00
"jsonc-eslint-parser": "^2.4.0",
2024-06-01 15:15:29 +00:00
"vue-eslint-parser": "^9.4.3"
2024-05-19 13:20:42 +00:00
}
}