-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "Github_RN",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.3",
"GitHubTrending": "^3.0.1",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "^0.59.6",
"react-native-easy-toast": "^1.2.0",
"react-native-event-bus": "^1.0.0",
"react-native-gesture-handler": "^1.1.0",
"react-native-htmlview": "^0.14.0",
"react-native-parallax-scroll-view": "^0.21.3",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.9.0",
"react-navigation-redux-helpers": "^3.0.2",
"react-redux": "^7.0.2",
"redux": "^4.0.1",
"redux-devtools": "^3.5.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}