-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 990 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": "react-native-animated-bottom-drawer",
"version": "0.0.23",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native": "^0.72.2",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"prettier": "^2.4.1",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
},
"description": "A lightweight, highly performant and animated bottom drawer for react native",
"main": "index.ts",
"types": "index.d.ts",
"keywords": [
"react native",
"bottom drawer",
"bottom sheet",
"react"
],
"repository": {
"url": "https://github.com/AtharvaDeolalikar/react-native-animated-bottom-drawer"
},
"author": "Atharva Deolalikar",
"license": "ISC"
}