forked from mahomahoxd/react-native-login-keycloak
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "react-native-keycloak-plugin",
"version": "2.0.2",
"description": "Functional React Native module for authentication between a client and the keycloak server.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucataglia/react-native-login-keycloak.git"
},
"keywords": [
"auth",
"login",
"keycloak",
"facebook",
"google",
"oauth",
"social",
"openid",
"token"
],
"author": {
"name": "Luca Tagliabue"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lucataglia/react-native-login-keycloak/issues"
},
"homepage": "https://github.com/lucataglia/react-native-login-keycloak#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"base-64": "^1.0.0",
"query-string": "^8.1.0",
"react-native": "^0.66.0",
"react-native-keychain": "^8.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0"
},
"peerDependencies": {
"react-native-keychain": "^8.1.1"
}
}