-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "react-adal",
"version": "0.5.2",
"description": "Azure Active Directory (ADAL) support for ReactJS",
"main": "lib/react-adal.js",
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"sdk:update": "node internals/update-sdk.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salvoravida/react-adal.git"
},
"keywords": [
"react",
"implicit",
"js",
"AAD",
"adal",
"oauth",
"oauth2",
"azure",
"react-adal",
"actve",
"directory",
"msal"
],
"author": "salvoravida",
"license": "MIT",
"bugs": {
"url": "https://github.com/salvoravida/react-adal/issues"
},
"homepage": "https://github.com/salvoravida/react-adal#readme",
"dependencies": {},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@salvoravida/eslint-config": "0.0.4",
"cross-env": "7.0.2",
"react": "^16.14.0",
"react-dom": "^16.14.0"
}
}