-
Notifications
You must be signed in to change notification settings - Fork 195
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "react-native-raw-bottom-sheet",
"version": "3.0.0",
"description": "Add Your Own Component To Bottom Sheet Whatever You Want (Android & iOS)",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nysamnang/react-native-raw-bottom-sheet.git"
},
"keywords": [
"bottom-sheet",
"action-sheet",
"raw-bottom-sheet",
"bottom-drawer",
"bottom-animated",
"drawer",
"picker",
"swipper",
"modal",
"dialog"
],
"author": "NY Samnang",
"license": "MIT",
"bugs": {
"url": "https://github.com/nysamnang/react-native-raw-bottom-sheet/issues"
},
"homepage": "https://github.com/nysamnang/react-native-raw-bottom-sheet#readme",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@react-native/eslint-config": "0.73.2",
"@react-native/typescript-config": "0.73.1",
"@testing-library/react-native": "^12.4.3",
"babel-jest": "^29.7.0",
"eslint": "8.19.0",
"jest": "29.6.3",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "0.73.2",
"react-test-renderer": "^18.2.0",
"typescript": "5.0.4"
},
"jest": {
"preset": "react-native"
}
}