-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
49 lines (49 loc) · 1.31 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": "react-native-experimental-navigation",
"version": "0.29.2",
"description": "React Native ExperimentalNavigation clone",
"main": "NavigationExperimental",
"scripts": {
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aksonov/react-native-experimental-navigation.git"
},
"keywords": [
"react-native",
"ExperimentalNavigation",
"navigation"
],
"author": "Pavlo Aksonov",
"license": "BSD 3-clause \"New\" or \"Revised\" License",
"bugs": {
"url": "https://github.com/aksonov/react-native-experimental-navigation/issues"
},
"homepage": "https://github.com/aksonov/react-native-experimental-navigation#readme",
"devDependencies": {
"babel-cli": "^6.8.0",
"clamp": "^1.0.1",
"fbjs": "^0.8.1",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-react-native": "^1.7.0"
},
"babel": {
"plugins": [
"syntax-flow",
"transform-flow-strip-types"
],
"presets": [
"react-native"
]
},
"dependencies": {
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-react-native": "^1.9.0",
"clamp": "^1.0.1",
"fbjs": "^0.8.1",
"prop-types": "^15.5.10"
}
}