NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@vue/eslint-config-standard/package.json

31 lines
766 B
JSON
Raw Permalink Normal View History

2023-09-14 14:47:11 +08:00
{
"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"
},
"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.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}