This repository has been archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.68 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
{
"name": "client",
"version": "0.1.1",
"private": true,
"dependencies": {
"@ant-design/colors": "^3.2.2",
"@callstack/react-theme-provider": "^3.0.5",
"@date-io/date-fns": "^2.0.1",
"@material-ui/core": "^4.5.0",
"@material-ui/icons": "^4.4.3",
"@material-ui/pickers": "^3.2.8",
"@material/form-field": "^3.2.0",
"@material/textfield": "^3.2.0",
"antd": "^3.26.16",
"aws-amplify": "^3.0.11",
"aws-amplify-react": "^4.1.9",
"axios": "^0.19.0",
"date-fns": "^2.9.0",
"fg-loadcss": "^2.1.0",
"npm": "^6.13.6",
"polyfills": "^2.1.1",
"prop-types": "^15.7.2",
"react": "^16.10.1",
"react-avatar": "^3.9.3",
"react-avatar-editor": "^12.0.0-beta.0",
"react-cognito": "^1.5.4",
"react-dev-utils": "^10.0.0",
"react-device-detect": "^1.11.14",
"react-dom": "^16.10.1",
"react-iframe": "^1.8.0",
"react-images-upload": "^1.2.8",
"react-perfect-scrollbar": "^1.5.3",
"react-redux": "^7.1.1",
"react-responsive": "^8.0.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"shortid": "^2.2.15",
"typeface-roboto": "0.0.75",
"typescript": "^3.6.3",
"yoti": "^3.7.2"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}