-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 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
{
"name": "react-native-apple-core",
"description": "Apple core for React Native",
"version": "1.1.0",
"private": false,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"main": "index.js",
"typings": "index.d.ts",
"bugs": {
"url": "https://github.com/thinnakrit/react-native-apple-core/issues"
},
"homepage": "https://github.com/thinnakrit/react-native-apple-core#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thinnakrit/react-native-apple-core.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"apple",
"apple login",
"login",
"apple core",
"react-native-apple-core",
"react-native-apple-signin",
"apple signin"
],
"author": "Thinnakrit",
"license": "MIT",
"peerDependencies": {
"react": "16.9.0",
"react-native": ">=0.51.0",
"prop-types": ">=15.6.0",
"react-native-raw-bottom-sheet": "^2.0.6",
"react-native-webview": "^11.0.0",
"url-join": "^4.0.1"
},
"dependencies": {
"jwt-decode": "^2.2.0",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-raw-bottom-sheet": "^2.0.6",
"react-native-webview": "^11.0.0",
"url-join": "^4.0.1"
},
"devDependencies": {
"@babel/core": "7.7.5",
"@babel/runtime": "7.7.6",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"eslint": "6.7.2",
"jest": "24.9.0",
"metro-react-native-babel-preset": "^0.56.3",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}