forked from AxaFrance/oidc-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 963 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 963 Bytes
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
{
"name": "@axa-fr/react-oidc-redux-fetch",
"version": "3.1.7",
"private": false,
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"description": "Inject authentification behavior to fetch using react High Order Component",
"repository": {
"type": "git",
"url": "https://github.com/AxaGuilDEv/react-oidc.git"
},
"keywords": [
"oidc",
"redux",
"OpenID Connect",
"openid",
"oauth2",
"react-component"
],
"peerDependencies": {
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-redux": "^5.0.7",
"react-router": ">=5.0.1",
"react-router-dom": ">=5.0.1",
"recompose": "^0.30.0"
},
"dependencies": {
"@axa-fr/react-oidc-fetch-core": "^3.1.7",
"@axa-fr/react-oidc-redux": "^3.1.7"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}