forked from expo/ex-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
40
41
42
43
44
45
46
47
48
49
{
"name": "@exponent/ex-navigation",
"version": "1.5.12",
"description": "Route-centric navigation libary for React Native.",
"main": "./src/ExNavigation.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/exponentjs/ex-navigation.git",
"keywords": [
"react-native",
"navigation",
"exponent",
"react"
],
"author": "Adam Miskiewicz <[email protected]>",
"license": "MIT",
"peerDependencies": {},
"dependencies": {
"@exponent/react-native-touchable-native-feedback-safe": "^1.0.0",
"clamp": "^1.0.1",
"core-decorators": "^0.12.2",
"debug": "^2.2.0",
"fbemitter": "^2.0.2",
"fbjs": "^0.8.3",
"hoist-non-react-statics": "^1.0.5",
"invariant": "^2.2.1",
"lodash": "^4.6.1",
"mirror-creator": "^1.1.0",
"react-clone-referenced-element": "^1.0.1",
"react-mixin": "^3.0.5",
"react-native-drawer-layout": "^1.0.0",
"react-native-tab-view": "0.0.27",
"react-addons-shallow-compare": "~15.2.0",
"react-redux": "^4.4.5",
"react-static-container": "^1.0.0",
"react-timer-mixin": "^0.13.3",
"redux": "^3.5.2",
"redux-batched-actions": "^0.1.2",
"reselect": "^2.5.1",
"uuid-js": "^0.7.5",
"warning": "^2.1.0"
},
"devDependencies": {
"flow-bin": "^0.29.0",
"react": "~15.2.1",
"react-native": "github:exponentjs/react-native#sdk-8.0.0"
}
}