forked from crazycodeboy/GitHubPopular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 682 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "GitHubPopular",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"GitHubTrending": "^2.0.0",
"react": "15.3.0",
"react-native": "0.32.0",
"react-native-check-box": "^1.0.0",
"react-native-easy-toast": "^1.0.2",
"react-native-htmlview": "^0.5.0",
"react-native-parallax-scroll-view": "^0.19.0",
"react-native-scrollable-tab-view": "^0.5.3",
"react-native-sortable-listview": "^0.1.1",
"react-native-splash-screen": "^1.0.9",
"react-native-tab-navigator": "^0.3.3"
},
"devDependencies": {
"babel-cli": "^6.11.4"
}
}