-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "eslint-config-mitodl",
"version": "2.1.0",
"description": "JavaScript style rules for MITODL",
"main": "index.js",
"keywords": [
"eslint",
"mitodl",
"mit"
],
"scripts": {
"test": "eslint --report-unused-disable-directives ./tests"
},
"author": "Alice Pote",
"license": "ISC",
"dependencies": {
"@babel/eslint-parser": "^7.11.0",
"@typescript-eslint/parser": "^7.0.1",
"eslint-config-google": "^0.14.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"eslint": "^8.56.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6",
"jest": "^29.2.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-mocha": "10.x",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6"
},
"peerDependenciesMeta": {
"eslint-plugin-flowtype": {
"optional": true
},
"eslint-plugin-mocha": {
"optional": true
}
},
"packageManager": "[email protected]"
}