-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "react-native-socials",
"version": "0.0.25",
"description": "A react-native library which displays content from popular social networks",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"author": "pierrecapo (https://twitter.com/PierreCaporossi)",
"repository": {
"type": "git",
"url": "git://github.com/PierreCapo/react-native-socials.git"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@types/react-native": "^0.62.1",
"@types/react-native-video": "^5.0.1",
"date-fns": "^2.11.1",
"html-entities": "^1.3.1",
"oauth-signature": "^1.5.0",
"typescript": "3.8.3",
"yarn": "^1.22.4"
},
"devDependencies": {
"tslib": "^1.11.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"bugs": {
"url": "https://github.com/PierreCapo/react-native-socials/issues"
},
"homepage": "https://github.com/PierreCapo/react-native-socials#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd example && yarn start"
},
"keywords": [
"react-native",
"socials",
"twitter",
"instagram",
"youtube",
"reddit"
]
}