-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.36 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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "aray",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "npx eslint src data amplify/backend tests --ext .js,.jsx,.ts",
"push": "amplify api gql-compile && amplify push -y && amplify codegen --maxDepth 4",
"ampliy_download_schema": "aws appsync get-introspection-schema --api-id=w5utc7ntdvaf5d7ej3l432vzgu --format=JSON schema.json --profile=jothon"
},
"dependencies": {
"@aws-amplify/ui-components": "^1.3.0",
"@aws-amplify/ui-react": "^1.1.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@rjsf/core": "^2.5.1",
"@rjsf/material-ui": "^2.5.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"await-to-js": "^3.0.0",
"aws-amplify": "^3.4.2",
"debounce": "^1.2.1",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"fg-loadcss": "^3.1.0",
"i18next": "^20.2.2",
"i18next-xhr-backend": "^3.2.2",
"js-yaml": "^3.13.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mui-rte": "^1.29.0",
"prop-types": "^15.7.2",
"query-string": "^4.3.4",
"react": "^17.0.2",
"react-avatar-edit": "^1.0.0",
"react-big-calendar": "^0.33.5",
"react-calendar-heatmap": "^1.8.1",
"react-document-title": "^2.0.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
"react-image-file-resizer": "^0.4.4",
"react-number-format": "^4.5.5",
"react-redux": "^7.2.4",
"react-redux-toastr": "^7.6.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^7.25.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}