-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "react-native-redux-easy-router",
"version": "0.0.14",
"description": "React Native Router based on new React Native Navigation API and Redux",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lsps9150414/react-native-redux-easy-router"
},
"keywords": [
"react-native",
"redux",
"router",
"navigator",
"navigation"
],
"author": "lsps9150414 <[email protected]>",
"license": "MIT",
"dependencies": {
"redux-actions": "^0.12.0"
},
"peerDependeincies": {
"react": "^15.3.2",
"react-native": "^0.33.0",
"redux": "^3.6.0",
"react-redux": "^4.4.5"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
},
"importSort": {
".js, .jsx, .es6, .es": {
"parser": "babylon",
"style": "renke"
}
}
}