-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (56 loc) · 1.38 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": "react-native-bottom-sheet-hook",
"version": "1.2.1",
"description": "This is a simple bottom sheet component for react native",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"main": "lib/index.js",
"types": "index.d.ts"
},
"author": "Haritha Senevirathne",
"repository": {
"type": "git",
"url": "https://github.com/Harisene/react-native-bottom-sheet-hook"
},
"files": [
"lib/",
"package.json",
"README.md",
"index.d.ts",
"tsconfig.json"
],
"bugs": {
"url": "https://github.com/Harisene/react-native-bottom-sheet-hook/issues"
},
"keywords": [
"react-native-bottom-sheet-hook",
"react-native-bottom-sheet",
"react native bottom sheet",
"react native bottomsheet",
"react-native",
"react-native-component",
"react",
"bottom-sheet",
"hook",
"ios",
"android",
"bottom-sheet-hook",
"bottom",
"sheet"
],
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-flow": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@types/react": "^18.3.2",
"@types/react-native": "^0.73.0",
"react": "^18.2.0",
"react-native": "^0.73.6",
"react-native-gesture-handler": "^2.16.2",
"react-native-reanimated": "^3.11.0",
"typescript": "^5.4.5"
}
}