2019-07-18 03:27:54 +08:00
|
|
|
{
|
2020-08-12 19:24:32 +08:00
|
|
|
"name": "@antfu/eslint-config-react",
|
2023-01-09 18:01:22 +08:00
|
|
|
"version": "0.34.1",
|
2019-07-18 03:27:54 +08:00
|
|
|
"description": "",
|
2021-04-20 05:46:47 +08:00
|
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
2022-05-25 07:02:45 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/antfu/eslint-config",
|
2022-05-25 07:02:48 +08:00
|
|
|
"keywords": [
|
|
|
|
"eslint-config"
|
|
|
|
],
|
2022-03-10 20:28:42 +08:00
|
|
|
"main": "index.js",
|
2019-07-18 03:27:54 +08:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
2021-04-20 05:46:47 +08:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint . --config=index.js"
|
|
|
|
},
|
2019-07-18 03:27:54 +08:00
|
|
|
"peerDependencies": {
|
2020-07-18 22:08:29 +08:00
|
|
|
"eslint": ">=7.4.0"
|
2019-07-18 03:27:54 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-02 23:18:36 +08:00
|
|
|
"@antfu/eslint-config-ts": "workspace:*",
|
2023-01-29 07:36:40 +08:00
|
|
|
"eslint-plugin-react": "^7.32.1",
|
2022-09-19 10:24:45 +08:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0"
|
2019-07-18 03:27:54 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-29 07:36:40 +08:00
|
|
|
"eslint": "^8.33.0",
|
2022-08-08 18:15:43 +08:00
|
|
|
"react": "^18.2.0",
|
2022-12-13 01:05:07 +08:00
|
|
|
"typescript": "^4.9.4"
|
2020-08-12 19:24:32 +08:00
|
|
|
}
|
2019-07-18 03:27:54 +08:00
|
|
|
}
|