-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "@corasan/modal-sheet",
"version": "2.0.4",
"description": "Modal sheet component for React Native. Inspired by the native modal sheet in iOS.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"build": "tsc"
},
"keywords": [
"react-native",
"expo",
"react-native-modal-sheet",
"@corasan/modal-sheet"
],
"repository": {
"type": "git",
"url": "git+https://github.com/corasan/react-native-modal-sheet.git"
},
"bugs": {
"url": "https://github.com/corasan/react-native-modal-sheet/issues"
},
"author": "Henry Paulino <[email protected]> (https://github.com/corasan)",
"license": "MIT",
"homepage": "https://github.com/corasan/react-native-modal-sheet#readme",
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/react": "^18.3.5"
},
"peerDependencies": {
"react": "18.2.0",
"react-native": "^0.74.5",
"react-native-gesture-handler": "~2.14.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.8.2"
},
"dependencies": {
"@gorhom/portal": "^1.0.14",
"expo-module-scripts": "^3.5.2"
},
"directories": {
"example": "example"
}
}