-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "@coursera/eslint-config-coursera",
"version": "0.9.4",
"description": "Coursera's approach to JavaScript",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coursera/eslint-plugin-coursera.git"
},
"keywords": [
"style",
"guide",
"lint",
"coursera",
"es6",
"es2015",
"react",
"jsx"
],
"author": "jon wong <[email protected]> (https://twitter.com/jnwng)",
"contributors": ["<@webedx-spark/infrastructure-developerexperience>"],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/coursera/eslint-plugin-coursera/issues"
},
"homepage": "https://github.com/coursera/eslint-plugin-coursera",
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/eslint-plugin": "^7.17.7",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-import-resolver-node": "^0.2.3",
"eslint-plugin-coursera": "0.0.6",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-react": "^7.25.0",
"prettier": "^1.14.0"
},
"resolutions": {
"jsx-ast-utils": "https://github.com/jnwng/jsx-ast-utils#jw/fix-spread-property"
},
"peerDependencies": {
"eslint": "^7.5"
},
"devDependencies": {
"eslint": "^7.5"
},
"publishConfig": {
"registry": "https://coursera.jfrog.io/artifactory/api/npm/coursera-npm-packages/"
}
}