-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
55
56
57
{
"name": "eslint-config-instant",
"version": "0.0.0-development",
"repository": {
"type": "git",
"url": "https://github.com/instantcommerce/eslint-config-instant"
},
"main": "index.js",
"files": [
"index.js",
"react.js",
"backend.js"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.6.2",
"typescript": "4.7.3"
},
"devDependencies": {
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"@semantic-release/changelog": "6.0.1",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-mdx": "1.17.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"prettier": "2.6.2",
"semantic-release": "21.0.2",
"typescript": "4.7.3"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": [
"./index.js"
]
}
}