-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 940 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
{
"name": "eslint-config-gfp",
"version": "4.5.2",
"description": "The config used for all products based on the Green Frontend platform",
"keywords": [
"eslint",
"eslintconfig"
],
"main": ".eslintrc",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mrgreentech/eslint-config-gfp.git"
},
"author": "Simon Auner <[email protected]>",
"license": "ISC",
"peerDependencies": {
"eslint": ">= 3"
},
"dependencies": {
"babel-eslint": "~10.0.1",
"eslint-config-airbnb-base": "~11.2.0",
"eslint-config-prettier": "~4.1.0",
"eslint-plugin-angular": "~2.5.0",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-jasmine": "~2.3.1",
"eslint-plugin-jest": "~21.18.0",
"eslint-plugin-jsx-a11y": "~2.2.3",
"eslint-plugin-protractor": "~1.40.0",
"eslint-plugin-react": "~7.16.0",
"eslint-plugin-react-native": "~3.6.0"
}
}