-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 943 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
{
"name": "GitHub_RN",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"GitHubTrending": "^3.0.1",
"prop-types": "15.6.2",
"react": "16.6.3",
"react-native": "0.58.6",
"react-native-easy-toast": "^1.2.0",
"react-native-event-bus": "^1.0.0",
"react-native-htmlview": "^0.13.0",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "2.18.2",
"react-navigation-redux-helpers": "2.0.8",
"react-redux": "5.1.0",
"redux": "4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "2.3.0"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.5.0",
"jest": "24.5.0",
"metro-react-native-babel-preset": "0.53.1",
"react-test-renderer": "16.6.3",
"redux-devtools": "3.4.1"
},
"jest": {
"preset": "react-native"
}
}