eslint-config/packages/vue/package.json

32 lines
689 B
JSON
Raw Permalink Normal View History

2019-07-18 03:27:54 +08:00
{
"name": "@antfu/eslint-config-vue",
2019-07-18 04:12:18 +08:00
"version": "0.2.0",
2019-07-18 03:27:54 +08:00
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"scripts": {
"lint": "eslint . --config=index.js"
},
"files": [
"index.js"
],
"peerDependencies": {
"eslint": ">=5.16.0"
},
2019-07-18 03:47:50 +08:00
"publishConfig": {
"access": "public"
},
2019-07-18 03:27:54 +08:00
"dependencies": {
2019-07-18 04:12:18 +08:00
"@antfu/eslint-config": "^0.2.0",
2019-07-18 03:27:54 +08:00
"eslint-plugin-nuxt": "0.4.3",
"eslint-plugin-vue": "5.2.3"
},
"devDependencies": {
2019-07-18 04:11:55 +08:00
"eslint": "^6.0.1",
"typescript": "^3.5.3"
2019-07-18 03:47:50 +08:00
},
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
2019-07-18 03:27:54 +08:00
}