-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
36 lines (36 loc) · 1.05 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": "khan-linter",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Khan/khan-linter.git"
},
"scripts": {
"eslint-check": "eslint --print-config eslintrc | eslint-config-prettier-check"
},
"dependencies": {
"@khanacademy/eslint-plugin": "0.3.3",
"babel-eslint": "10.0.1",
"eslint": "5.8.0",
"eslint-config-prettier": "3.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-graphql": "2.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-react-native": "^3.8.1",
"eslint-plugin-react-native-animation-linter": "0.1.2",
"graphql": "0.13.2",
"graphql-schema-linter": "0.2.6",
"khan-lesshint": "0.1.0",
"prettier": "1.18.2",
"utf8": "3.0.0"
},
"devDependencies": {
"eslint-plugin-jest": "^22.21.0"
}
}