forked from satya164/react-navigation-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 933 Bytes
/
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
{
"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": "^7.2.2",
"eslint": "^3.19.0",
"eslint-config-prettier": "^1.7.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-native": "^2.3.2",
"flow-bin": "^0.40.0",
"prettier": "^1.2.2",
"react": "^15.5.4",
"react-native": "^0.43.4",
"react-navigation": "^1.0.0-beta.8"
},
"dependencies": {
"eslint-import-resolver-babel-module": "^3.0.0",
"hoist-non-react-statics": "^1.2.0",
"shallowequal": "^0.2.2"
}
}