-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@hongshancapital/eslint-config-hongshan",
"version": "1.12.0",
"main": "index.js",
"repository": "[email protected]:hongshancapital/eslint-config-hongshan.git",
"author": "Gao Sun",
"license": "UNLICENSED",
"files": [
"index.js",
"prettier.json",
"react.js"
],
"private": false,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-no-secrets": "^1.1.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2"
},
"peerDependencies": {
"eslint": "^8.57.1",
"prettier": "^2.8.8",
"typescript": "^5.4.4"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}