forked from expo/ex-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.77 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
58
59
60
61
{
"name": "@expo/ex-navigation",
"version": "3.0.0",
"description": "Route-centric navigation library for React Native.",
"main": "./src/ExNavigation.js",
"files": [
"src",
"README.md"
],
"scripts": {
"lint": "eslint ./src ./example",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/expo/ex-navigation.git",
"keywords": [
"react-native",
"navigation",
"expo",
"react"
],
"author": "Adam Miskiewicz <adam@exponentjs.com>",
"license": "MIT",
"peerDependencies": {},
"dependencies": {
"@expo/react-native-touchable-native-feedback-safe": "^1.1.0",
"clamp": "^1.0.1",
"core-decorators": "^0.12.2",
"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-pure-render-mixin": "^15.5.2",
"react-addons-shallow-compare": "15.5.2",
"react-clone-referenced-element": "^1.0.1",
"react-mixin": "^3.0.5",
"react-native-drawer-layout-polyfill": "^1.1.0",
"react-native-tab-view": "^0.0.61",
"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": "^7.1.1",
"eslint": "^3.12.2",
"eslint-config-expo": "^5.1.3",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.8.0",
"flow-bin": "^0.30.0",
"react": "~15.4.2",
"react-native": "https://github.com/exponent/react-native/archive/sdk-15.0.0.tar.gz"
}
}