-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.61 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
46
47
48
49
50
51
52
53
54
{
"name": "@paralenz/eslint-config-typescript-react",
"version": "1.2.5",
"description": "Paralenz eslint configuration for typescript and React",
"main": "index.js",
"scripts": {
"test": "jest --config jest.config.json"
},
"keywords": [
"paralenz",
"linting",
"eslint"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"homepage": "https://github.com/paralenz/eslint-config-typescript-react",
"repository": {
"type": "git",
"url": "git+https://github.com/paralenz/eslint-config-typescript-react.git"
},
"bugs": {
"url": "https://github.com/paralenz/eslint-config-typescript-react/issues"
},
"license": "ISC",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"@typescript-eslint/typescript-estree": "5.21.0",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-no-unused-react-component-methods": "^1.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-react-native": "^4.0.0",
"standard": "^17.0.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16",
"@types/react": "^18.0.8",
"jest": "^28.0.2",
"react": "^18.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}