forked from syncweek-react-aad/react-aad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 KB
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-aad-msal-samples",
"version": "1.0.0",
"description": "A `create-react-app` sample React application that demonstrates the Azure AD react component.",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/syncweek-react-aad/react-aad.git"
},
"author": "Laura Bochenek",
"contributors": [
"Laura Bochenek <laura.bochenek@microsoft.com>",
"Omeed Musavi <omusavi@microsoft.com>",
"Lilian Kasem <lilian.kasem@microsoft.com>",
"Tess DiStefano <tedistef@microsoft.com>",
"Lucas Huet-Hudson <lucashh@microsoft.com>",
"Zach Miller <zamiller@microsoft.com>",
"P.J. Little <pj.little@microsoft.com>",
"Shawn Cicoria <shawn.cicoria@microsoft.com>",
"Andrew Craswell <andcra@microsoft.com>"
],
"dependencies": {
"react": "16.9.0",
"react-aad-msal": "latest",
"react-dom": "16.9.0",
"react-redux": "7.1.0",
"react-scripts": "3.1.1",
"redux": "4.0.4"
},
"devDependencies": {
"rimraf": "3.0.0"
},
"scripts": {
"clean": "rimraf build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"engines": {
"node": ">= 8.10.0",
"npm": ">= 5.6.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}