-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "@bacons/expo-router-top-tabs",
"version": "1.0.0",
"description": "Top tabs with optional header in Expo Router",
"main": "build/index.js",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"repository": {
"type": "git",
"url": "https://github.com/evanbacon/expo-router-top-tabs.git"
},
"peerDependencies": {
"react-native": "*",
"react-native-reanimated": "^3.14.0",
"expo-router": "^3.5.18"
},
"keywords": [
"expo-router",
"react-native",
"react-native-web",
"typescript"
],
"author": "Evan Bacon",
"license": "MIT",
"dependencies": {
"react-native-collapsible-tab-view": "2.0.2",
"@react-navigation/material-top-tabs": "6.3.0",
"react-native-pager-view": "6.0.1",
"react-native-tab-view": "^3.3.0"
},
"devDependencies": {
"expo-router": "^3.5.18",
"expo-module-scripts": "^3.5.2",
"react-native": "^0.74.3"
}
}