-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"name": "@toggled-apps/react-native-collapsible-scroll",
"version": "1.0.2",
"description": "This react native module is intended to provide a beautifully animated collapsible scroll view which you can customise and use in your own projects.",
"main": "App.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toggled-apps/react-native-collapsible-scroll.git"
},
"keywords": [
"collapsible",
"App",
"ios",
"android",
"react-component",
"react-native",
"scrollview",
"Animation",
"Reanimated"
],
"author": "Toggled Apps",
"license": "MIT",
"bugs": {
"url": "https://github.com/toggled-apps/react-native-collapsible-scroll/issues"
},
"homepage": "https://github.com/toggled-apps/react-native-collapsible-scroll",
"peerDependencies": {
"react": "17.0.1",
"react-native": "0.63.4"
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@types/react": "^17.0.0",
"@types/react-native": "^0.63.40",
"@types/react-test-renderer": "^17.0.0",
"metro-react-native-babel-preset": "^0.64.0",
"typescript": "^4.1.3"
},
"dependencies": {
"react-native-gesture-handler": "^1.9.0",
"react-native-reanimated": "2.0.0-rc.0"
},
"directories": {
"example": "examples"
}
}