-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
{
"name": "my-chess-repertoire-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "react-scripts build",
"start": "react-scripts start"
},
"dependencies": {
"@aws-amplify/auth": "^4.6.5",
"@aws-amplify/cli": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"aos": "latest",
"aws-amplify": "^4.3.33",
"formik": "^2.2.9",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-input-verification-code": "^1.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "latest",
"react-social-login-buttons": "^3.6.1",
"react-svg": "latest",
"react-youtube": "^10.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.31.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}