-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 943 Bytes
/
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
{
"name": "react-oidc-client",
"version": "3.0.0",
"main": "lib/es5/commonjs/index.js",
"description": "A declarative approach to working with oidc-client",
"author": "Suhail Abood <[email protected]>",
"license": "MIT",
"files": [
"lib"
],
"scripts": {
"test": "jest",
"build": "./build.sh"
},
"devDependencies": {
"@testing-library/react": "^10.3.0",
"@types/jest": "^26.0.0",
"@types/react": "^17",
"@types/react-dom": "^17",
"jest": "^26.0.1",
"json-schema": "^0.4.0",
"node-notifier": "^8.0.1",
"oidc-client": "^1.10.1",
"prettier": "^2.0.5",
"react": "^17",
"react-async": "^10.0.1",
"react-dom": "^17",
"react-router-dom": "^6",
"ts-jest": "^26.1.1",
"typescript": "^4"
},
"peerDependencies": {
"oidc-client": "^1.10.1",
"react": "^17",
"react-async": "^10.0.1",
"react-dom": "^17",
"react-router-dom": "^6"
}
}