mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-19 22:00:20 -06:00
37 lines
871 B
JSON
37 lines
871 B
JSON
{
|
|
"name": "@vue/cli-plugin-eslint",
|
|
"version": "4.0.0-rc.7",
|
|
"description": "eslint plugin for vue-cli",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
|
"directory": "packages/@vue/cli-plugin-eslint"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"eslint"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-eslint#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
|
"eslint-loader": "^2.1.2",
|
|
"globby": "^9.2.0",
|
|
"webpack": "^4.0.0",
|
|
"yorkie": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/cli-service": "^3.0.0 || ^4.0.0-0",
|
|
"eslint": ">= 1.6.0"
|
|
}
|
|
}
|