forked from scarmuega/react-use-auth0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 983 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-use-auth0",
"version": "1.0.0-beta1",
"description": "Auth0 React integration using context and hooks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scarmuega/react-use-auth0.git"
},
"keywords": [
"auth0",
"react",
"hooks"
],
"author": "scarmuega",
"license": "MIT",
"bugs": {
"url": "https://github.com/scarmuega/react-use-auth0/issues"
},
"homepage": "https://github.com/scarmuega/react-use-auth0#readme",
"devDependencies": {
"@types/auth0-js": "^9.10.2",
"@types/react": "^16.8.20",
"@types/react-dom": "^16.8.4",
"awesome-typescript-loader": "^5.2.1",
"react-dom": "^16.8.6",
"source-map-loader": "^0.2.4",
"typescript": "^3.5.2",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
},
"dependencies": {
"auth0-js": "^9.10.4",
"react": "^16.8.6"
}
}