110 lines
2.8 KiB
JSON
110 lines
2.8 KiB
JSON
{
|
|
"name": "eslint-config-vuetify",
|
|
"version": "4.6.2",
|
|
"description": "eslint config for vue.js projects",
|
|
"type": "module",
|
|
"bin": {
|
|
"eslint-config-vuetify": "bin/cli.mjs"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./cli": "./dist/cli.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuetifyjs/eslint-config-vuetify.git"
|
|
},
|
|
"keywords": [
|
|
"eslint",
|
|
"config",
|
|
"eslint-config",
|
|
"vue",
|
|
"vuetify"
|
|
],
|
|
"author": "John Leider <john@vuetifyjs.com>",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@vitest/eslint-plugin": "^1.1.42",
|
|
"eslint": "^9.5.0 || ^10.0.0",
|
|
"eslint-plugin-jest": "^29.0.1",
|
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
"eslint-plugin-vuejs-accessibility": "^2.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint-plugin-import-x": {
|
|
"optional": true
|
|
},
|
|
"eslint-plugin-jest": {
|
|
"optional": true
|
|
},
|
|
"eslint-plugin-no-only-tests": {
|
|
"optional": true
|
|
},
|
|
"@vitest/eslint-plugin": {
|
|
"optional": true
|
|
},
|
|
"eslint-plugin-vuejs-accessibility": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@clack/prompts": "^1.2.0",
|
|
"@eslint/eslintrc": "^3.3.5",
|
|
"@eslint/js": "^10.0.1",
|
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
"@typescript-eslint/parser": "^8.59.0",
|
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
"eslint-flat-config-utils": "^3.1.0",
|
|
"eslint-plugin-antfu": "^3.2.2",
|
|
"eslint-plugin-import-lite": "^0.6.0",
|
|
"eslint-plugin-jsonc": "^3.1.2",
|
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
"eslint-plugin-regexp": "^3.1.0",
|
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
"eslint-plugin-vue": "^10.9.0",
|
|
"eslint-typegen": "^2.3.1",
|
|
"exsolve": "^1.0.8",
|
|
"globals": "^17.5.0",
|
|
"jsonc-eslint-parser": "^3.1.0",
|
|
"kolorist": "^1.8.0",
|
|
"local-pkg": "^1.1.2",
|
|
"nypm": "^0.6.5",
|
|
"package-manager-detector": "^1.6.0",
|
|
"tinyexec": "^1.1.1",
|
|
"typescript-eslint": "^8.59.0",
|
|
"vue-eslint-parser": "^10.4.0",
|
|
"yaml-eslint-parser": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0",
|
|
"bumpp": "^11.0.1",
|
|
"changelogithub": "^14.0.0",
|
|
"eslint": "^10.2.1",
|
|
"eslint-config-vuetify": "file:",
|
|
"tsdown": "^0.21.9",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.3",
|
|
"valibot": "^1.3.1",
|
|
"vitest": "^4.1.5",
|
|
"vue": "^3.5.32"
|
|
},
|
|
"inlinedDependencies": {
|
|
"valibot": "1.3.1"
|
|
},
|
|
"scripts": {
|
|
"typegen": "tsx scripts/typegen.ts",
|
|
"build": "node --run typegen && tsdown",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix",
|
|
"test": "vitest run",
|
|
"dev": "vitest",
|
|
"dev:prepare": "node --run typegen",
|
|
"release": "bumpp -r"
|
|
}
|
|
} |