-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.88 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "medrex-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.9.0",
"@bit/recharts.recharts.area-chart": "^1.6.2",
"@date-io/date-fns": "^1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.10",
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.3.3",
"auth0-js": "^9.13.2",
"axios": "^0.19.2",
"clsx": "latest",
"cors": "^2.8.5",
"date-fns": "^2.14.0",
"emailjs-com": "^2.4.1",
"express": "^4.17.1",
"gapi-script": "^1.0.2",
"material-ui-search-bar": "^0.4.2",
"notistack": "^0.9.16",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google": "^0.3.0",
"prop-types": "latest",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-google-login": "^5.1.20",
"react-hook-form": "^5.7.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.3.1",
"react-search-field": "^1.0.0",
"recharts": "^2.0.0-beta.6",
"styled-components": "^5.1.1",
"validator": "^13.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@material-ui/pickers": "^3.2.10",
"react-virtualized": "^9.21.2"
}
}