72 lines
No EOL
1.7 KiB
JSON
72 lines
No EOL
1.7 KiB
JSON
{
|
|
"name": "@nuxt/eslint-config",
|
|
"version": "1.12.1",
|
|
"description": "ESLint config for Nuxt projects",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/eslint.git",
|
|
"directory": "packages/eslint-config"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./flat": "./dist/flat.mjs"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"flat": [
|
|
"./dist/flat.d.ts"
|
|
],
|
|
"*": [
|
|
"./dist/*",
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-format": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint-plugin-format": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@antfu/install-pkg": "^1.1.0",
|
|
"@clack/prompts": "^0.11.0",
|
|
"@eslint/js": "^9.39.1",
|
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
"@typescript-eslint/parser": "^8.49.0",
|
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
"eslint-flat-config-utils": "^2.1.4",
|
|
"eslint-merge-processors": "^2.0.0",
|
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
"eslint-plugin-import-x": "^4.16.1",
|
|
"eslint-plugin-jsdoc": "^61.5.0",
|
|
"eslint-plugin-regexp": "^2.10.0",
|
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
"eslint-plugin-vue": "^10.6.2",
|
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
"globals": "^16.5.0",
|
|
"local-pkg": "^1.1.2",
|
|
"pathe": "^2.0.3",
|
|
"vue-eslint-parser": "^10.2.0",
|
|
"@nuxt/eslint-plugin": "1.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.39.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
} |