forked from winoteam/react-router-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 928 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
{
"name": "real-world-native-app",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "node scripts/link-workspaces.js",
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios"
},
"dependencies": {
"expo": "28.0.0",
"history": "4.7.2",
"path-to-regexp": "2.2.1",
"react-native-tab-view": "1.2.0",
"react-navigation": "1.5.8",
"react-redux": "5.0.6",
"react-router-redux": "5.0.0-alpha.9",
"react-native": "0.55.4",
"react-router": "4.2.0",
"react-router-native": "4.2.0",
"react-router-navigation": "2.0.0-alpha.7",
"redux": "3.7.2"
},
"devDependencies": {
"crna-make-symlinks-for-yarn-workspaces": "^1.0.1",
"metro-bundler-config-yarn-workspaces": "^1.0.2",
"react-native-scripts": "1.14.0"
}
}