mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 13:29:09 -05:00
32 lines
823 B
JSON
32 lines
823 B
JSON
{
|
|
"name": "@vue/eslint-config-standard",
|
|
"version": "4.0.0",
|
|
"description": "eslint-config-standard for vue-cli",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
|
"directory": "packages/@vue/eslint-config-standard"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli"
|
|
],
|
|
"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/eslint-config-standard#readme",
|
|
"dependencies": {
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
"eslint-plugin-standard": "^4.0.0"
|
|
}
|
|
}
|