-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 979 Bytes
/
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
{
"name": "@amrshadid/awesome-rn-bottom-sheet",
"version": "1.0.3",
"description": "React Native bottom sheet component for iOS + Android",
"source": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/amrshadid/awesome-rn-bottom-sheet"
},
"keywords": [
"react",
"react-native",
"react-component",
"bootm-sheet",
"bottomsheet",
"reanimated",
"sheet"
],
"author": "Amr Shadid <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/react": "^18.0.15",
"@types/react-native": "^0.69.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.69.1",
"typescript": "^4.7.4"
},
"peerDependencies": {
"react-native-gesture-handler": "^2.5.0",
"react-native-reanimated": "^2.9.1",
"react-native-responsive-screen": "^1.4.2"
}
}