forked from winoteam/react-router-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
50
51
52
53
54
{
"private": true,
"description": "A complete navigation library for React Native",
"license": "MIT",
"scripts": {
"format": "make format",
"clean": "make clean",
"test": "make test",
"precommit": "make precommit"
},
"author": "Léo Le Bras <[email protected]> (https://github.com/winoteam/)",
"repository": {
"type": "git",
"url": "git+https://github.com/winoteam/react-router-navigation.git"
},
"keywords": [
"react-native",
"ios",
"android",
"router",
"navigation",
"navigator"
],
"engines": {
"yarn": "^1.9.0"
},
"bugs": {
"url": "https://github.com/winoteam/react-router-navigation/issues"
},
"homepage": "https://github.com/winoteam/react-router-navigation#readme",
"devDependencies": {
"babel-eslint": "7.2.3",
"babel-jest": "18.0.0",
"child_process": "^1.0.2",
"eslint": "4.10.0",
"eslint-config-react-app": "^2.0.1",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"flow-bin": "0.67.1",
"jest": "^23.6.0",
"prettier": "^1.13.5",
"pretty-quick": "^1.6.0",
"trash-cli": "^1.4.0"
},
"workspaces": {
"packages": [
"packages/*",
"examples/*"
]
}
}