-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
37
38
39
40
41
42
43
44
45
{
"name": "@vampire-rip/eslint-config",
"version": "0.0.4",
"description": "eslint config for vampire project (react-ts based on xo)",
"main": "index.js",
"scripts": {
"update": "pnpx npm-check-updates -u"
},
"keywords": [
"eslint-config",
"react",
"typescript"
],
"author": "SunriseFox",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": ">=5.42.1",
"@typescript-eslint/parser": ">=5.42.1",
"eslint": ">=8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-space": "^0.34.0",
"eslint-config-xo-typescript": "^0.54.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
},
"devDependencies": {
"@types/eslint": "^8.4.10",
"@types/react": "^18.0.25",
"@vampire-rip/eslint-config": "link:",
"react": "^18.2.0",
"typescript": "*"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"typescript": "*"
},
"eslintConfig": {
"extends": "./index.js"
}
}