-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdevDependencies.json
38 lines (38 loc) · 1.17 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
{
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/cli": "^2.7.0",
"@react-native-community/eslint-config": "^0.0.5",
"@types/ramda": "^0.26.19",
"@types/seamless-immutable": "^7.1.10",
"@types/webpack-env": "^1.14.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.15",
"@types/react": "^16.8.23",
"@types/react-redux": "^7.1.1",
"@types/react-native": "^0.60.2",
"@types/react-test-renderer": "^16.8.2",
"babel-jest": "^24.8.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.0.1",
"jest": "^24.8.0",
"jetifier": "^1.6.3",
"metro-react-native-babel-preset": "^0.55.0",
"prettier": "^1.18.2",
"react-dom": "^16.8.6",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "16.8.6",
"reactotron-react-native": "^3.6.4",
"reactotron-redux": "^3.1.1",
"reactotron-redux-saga": "^4.2.2",
"redux-mock-store": "^1.5.3",
"babel-plugin-module-resolver": "^3.2.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3"
}