-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
74 lines (74 loc) · 1.78 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "react-native-social-buttons",
"version": "1.4.2",
"main": "src/index.js",
"types": "types/index.d.ts",
"license": "MIT",
"author": {
"name": "Dan Clipca"
},
"contributors": [
{
"name": "Angel S. Moreno",
"email": "angelxmoreno@gmail.com",
"url": "https://github.com/angelxmoreno"
},
{
"name": "bskiefer",
"url": "https://github.com/bskiefer"
},
{
"name": "Elizeu Louzeiro",
"email": "elizeu.louzeiro@mercadolivre.com",
"url": "https://github.com/elizeumatheus"
},
{
"name": "Somwang Souksavatd",
"url": "https://github.com/dsouksavatd",
"email": "dsouksavatd@gmail.com"
}
],
"bugs": {
"url": "https://github.com/rnsb-community/react-native-social-buttons/issues"
},
"description": "Declarative social button components for React Native.",
"files": [
"src",
"types",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/rnsb-community/react-native-social-buttons#readme",
"keywords": [
"react-native",
"react-component",
"social",
"button",
"buttons",
"component",
"react native social buttons"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn run build && yarn lint:fix",
"lint": "prettier --check .",
"lint:fix": "prettier --write ."
},
"dependencies": {},
"devDependencies": {
"@types/react": "^16.0.0",
"@types/react-native": "^0.57.0",
"prettier": "^2.1.1",
"react": "^16.0.0",
"react-native": "^0.57.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-native": ">=0.57"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rnsb-community/react-native-social-buttons.git"
}
}