eslint-config/packages/vue/package.json

26 lines
511 B
JSON
Raw Permalink Normal View History

2019-07-18 03:27:54 +08:00
{
"name": "@antfu/eslint-config-vue",
2021-03-16 00:30:18 +08:00
"version": "0.6.2",
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",
"files": [
"index.js"
],
"peerDependencies": {
2020-07-18 22:08:29 +08:00
"eslint": ">=7.4.0"
2019-07-18 03:27:54 +08:00
},
2019-07-18 03:47:50 +08:00
"publishConfig": {
"access": "public"
},
2019-07-18 03:27:54 +08:00
"dependencies": {
2021-03-16 00:30:18 +08:00
"@antfu/eslint-config-ts": "^0.6.2",
2021-03-13 21:11:35 +08:00
"eslint-plugin-vue": "7.7.0"
2020-08-12 20:08:06 +08:00
},
"devDependencies": {
2021-03-13 21:11:35 +08:00
"eslint": "^7.22.0"
2020-08-12 19:24:32 +08:00
}
2019-07-18 03:27:54 +08:00
}