forked from expo/ex-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 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
50
51
52
53
54
55
56
57
{
"name": "@exponent/ex-navigation",
"version": "1.8.0",
"description": "Route-centric navigation libary for React Native.",
"main": "./src/ExNavigation.js",
"scripts": {
"lint": "eslint ./src ./example",
"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.1.0",
"clamp": "^1.0.1",
"core-decorators": "^0.12.2",
"debug": "^2.2.0",
"exponent": "^10.0.4",
"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-addons-shallow-compare": "^15.3.2",
"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.33",
"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": {
"babel-eslint": "^6.1.0",
"eslint": "^3.0.0",
"eslint-config-exponent": "^2.0.2",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flow-vars": "^0.4.0",
"eslint-plugin-react": "^5.2.2",
"flow-bin": "^0.30.0",
"react": "15.3.1",
"react-native": "github:exponentjs/react-native#exp-latest"
}
}