-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
86 lines (86 loc) · 2.52 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
82
83
84
85
86
{
"name": "aray",
"version": "0.3.4",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "npm run lint",
"test_react": "react-scripts test",
"eject": "react-scripts eject",
"lint": "npx eslint src data amplify/backend --ext .js,.jsx,.ts --fix",
"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/cli": "^12.2.3",
"@aws-amplify/ui-react": "^5.2.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@rjsf/core": "^5.13.2",
"@rjsf/material-ui": "^5.13.2",
"@rjsf/utils": "^5.17.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": "^5.3.6",
"debounce": "^1.2.1",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"fg-loadcss": "^3.1.0",
"i18next": "^23.4.4",
"i18next-http-backend": "^2.2.1",
"i18next-xhr-backend": "^3.2.2",
"js-yaml": "^3.13.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mui-rte": "^1.29.0",
"prop-types": "^15.7.2",
"query-string": "^4.3.4",
"react": "^17.0.2",
"react-avatar-edit": "^1.2.0",
"react-big-calendar": "^0.33.5",
"react-calendar-heatmap": "^1.9.0",
"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": "^5.0.1",
"react-to-print": "^2.13.0",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.6.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"
]
}
}