-
Notifications
You must be signed in to change notification settings - Fork 0
/
devDependencies.json
45 lines (45 loc) · 1.41 KB
/
devDependencies.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
{
"@commitlint/cli": "^6.0.5",
"@commitlint/config-conventional": "^6.0.4",
"@types/jest": "^24.0.11",
"@types/react": "^16.8.8",
"@types/react-native": "^0.57.41",
"@types/react-test-renderer": "^16.8.1",
"babel-eslint": "^10.0.1",
"danger": "^4.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-okonet": "^7.0.2",
"eslint-config-shellscape": "^2.0.2",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-cypress": "^2.0.1",
"eslint-plugin-flowtype": "^3.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.5.0",
"eslint-plugin-relay": "^0.0.28",
"jest-runner-eslint": "^0.6.0",
"lint-staged": "^7.3.0",
"nock": "^10.0.1",
"pre-commit": "^1.2.2",
"prettier": "^1.14.3",
"react-devtools": "^3.4.2",
"react-native-testing-library": "^1.6.1",
"ts-jest": "^24.0.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.3.4000",
"typescript-eslint-parser": "^18.0.0",
"husky": "^1.3.1",
"babel-jest": "^24.5.0",
"eslint": "^5.7.0",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.53.1",
"react-native-version": "^3.0.0",
"react-test-renderer": "16.8.3",
"semver": "^6.0.0",
"tslint-plugin-prettier": "^2.0.1"
}