forked from satya164/react-navigation-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 766 Bytes
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
{
"name": "react-navigation-addons",
"version": "0.0.1",
"description": "Addons for React Navigation",
"main": "src/index.js",
"author": "Satyajit Sahoo <satyajit.happy@gmail.com>",
"license": "MIT",
"scripts": {
"flow": "flow",
"lint": "eslint ."
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"eslint": "^4.14.0",
"eslint-config-satya164": "^1.0.1",
"eslint-plugin-react-native": "^3.2.0",
"eslint-plugin-react-native-globals": "^0.1.1",
"flow-bin": "~0.62.0",
"prettier": "^1.9.2",
"react": "16.0.0",
"react-native": "~0.50.0",
"react-navigation": "^1.0.0-beta.22"
},
"dependencies": {
"hoist-non-react-statics": "^2.3.1",
"prop-types": "15.6.0",
"shallowequal": "^1.0.2"
}
}