-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.29 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
55
56
{
"name": "umi-renderer-react-navigation",
"version": "0.6.0",
"description": "umi-renderer-react-navigation",
"keywords": [
"umi",
"umijs",
"react-native",
"react-navigation"
],
"author": {
"name": "xuyuanxiang",
"email": "[email protected]",
"url": "https://xuyuanxiang.me/about/"
},
"homepage": "https://github.com/xuyuanxiang/umi-react-native#readme",
"license": "MIT",
"main": "lib",
"typings": "lib/index.native.d.ts",
"types": "lib/index.native.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib",
"src"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuyuanxiang/umi-react-native.git"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"bugs": {
"url": "https://github.com/xuyuanxiang/umi-react-native/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"umi": "^3.0.0"
},
"dependencies": {
"@react-navigation/bottom-tabs": "5.5.1",
"@react-navigation/native": "5.5.0",
"@react-navigation/routers": "5.4.7",
"@react-navigation/stack": "5.4.1",
"@types/react-router-config": "5.0.1",
"nanoid": "3.1.9",
"react-router-config": "5.1.1"
}
}