-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.29 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
52
53
54
{
"name": "ubc-harm-reduction",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"author": "",
"license": "MIT",
"dependencies": {
"@aws-amplify/ui-react": "^4.6.4",
"@aws-sdk/client-cognito-identity-provider": "^3.354.0",
"@aws-sdk/client-lambda": "^3.341.0",
"@aws-sdk/util-utf8": "^3.310.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.2",
"@mui/x-date-pickers": "^6.9.2",
"amazon-cognito-identity-js": "^6.3.7",
"aws-amplify": "^5.3.3",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.9",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-input-mask": "^2.0.4",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.1"
}
}