eslint-config/packages/all/package.json

26 lines
518 B
JSON
Raw Normal View History

2020-08-12 19:24:32 +08:00
{
"name": "@antfu/eslint-config",
2021-06-11 16:11:09 +08:00
"version": "0.6.6",
2020-08-12 19:24:32 +08:00
"description": "",
"keywords": [],
"license": "MIT",
2021-04-20 05:46:47 +08:00
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
2020-08-12 19:24:32 +08:00
"files": [
"index.js"
],
2021-04-20 05:46:47 +08:00
"main": "index.js",
2020-08-12 19:24:32 +08:00
"peerDependencies": {
"eslint": ">=7.4.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
2021-06-11 16:11:09 +08:00
"@antfu/eslint-config-react": "^0.6.6",
"@antfu/eslint-config-vue": "^0.6.6"
2020-08-12 20:08:06 +08:00
},
"devDependencies": {
2021-07-05 11:10:54 +08:00
"eslint": "^7.30.0"
2020-08-12 19:24:32 +08:00
}
}