-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 985 Bytes
/
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
{
"name": "@journey-cp/eslint-config",
"version": "0.0.5",
"description": "eslintrc shared file from journey",
"main": "index.json",
"scripts": {
"test": "echo \"hi\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/JOURNEY-CP/eslintrc.git"
},
"keywords": [
"eslintrc",
"journey",
"nitdgp"
],
"author": "Sri Harsha",
"license": "ISC",
"bugs": {
"url": "https://github.com/JOURNEY-CP/eslintrc/issues"
},
"homepage": "https://github.com/JOURNEY-CP/eslintrc#readme",
"dependencies": {
"babel-eslint": "10.1.0",
"css-loader": "^2.1.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.19.1",
"style-loader": "^0.23.1"
}
}