forked from Eliav2/react-native-collapsible-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
{
"name": "@eliav2/react-native-collapsible-view",
"version": "1.4.0",
"description": "A collapsible View element implemented using react-native-collapsible",
"main": "index.js",
"homepage": "https://eliav2.github.io/react-native-collapsible-view/",
"repository": {
"type": "git",
"url": "https://github.com/Eliav2/react-native-collapsible-view"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm start --prefix ./example"
},
"author": "Eliav Louski",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.13.10",
"react-native-collapsible": "^1.5.3",
"react-native-svg": "13.4.0"
},
"devDependencies": {
"react": "^16.10.0",
"react-native": "^0.57.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"keywords": [
"react",
"react-native",
"react-native-collapsible-view",
"view",
"collapsible",
"expandable",
"collapsed",
"expanded",
"animation",
"animated",
"spinner",
"IOS",
"Android",
"Web"
],
"files": [
"index.js",
"ArrowDownIcon.js"
]
}