forked from salvoravida/react-adal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.41 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
54
55
56
{
"name": "react-adal",
"version": "0.4.19",
"description": "Azure Active Directory (ADAL) support for ReactJS",
"main": "lib/react-adal.js",
"scripts": {
"compile": "cross-env NODE_ENV=production babel src --out-dir lib",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salvoravida/react-adal.git"
},
"keywords": [
"react",
"implicit",
"js",
"AAD",
"adal",
"oauth",
"azure",
"react-adal",
"actve",
"directory"
],
"author": "salvoravida",
"license": "MIT",
"bugs": {
"url": "https://github.com/salvoravida/react-adal/issues"
},
"homepage": "https://github.com/salvoravida/react-adal#readme",
"dependencies": {},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-import": "^1.2.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react-app": "^3.0.0",
"babel-runtime": "^6.26.0",
"cross-env": "^5.1.4",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"lodash": "^4.17.11"
}
}