-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.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
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
{
"proxy": "",
"name": "uspolis-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^4.3.9",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.4",
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/resource": "^6.1.15",
"@fullcalendar/resource-timegrid": "^6.1.15",
"@fullcalendar/resource-timeline": "^6.1.15",
"@fullcalendar/rrule": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@hookform/resolvers": "2.9.11",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.15.19",
"@mui/x-date-pickers": "^7.6.1",
"@react-oauth/google": "^0.12.1",
"@react-pdf/renderer": "^3.1.6",
"@tanstack/react-table": "8.5.13",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.1",
"@types/node": "16.11.36",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"aws-amplify": "^5.0.16",
"axios": "0.27.2",
"chakra-react-select": "^5.0.2",
"formik": "^2.4.5",
"framer-motion": "^11.2.10",
"moment": "^2.30.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.50.1",
"react-icons": "^5.2.1",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"react-select": "^5.8.3",
"typescript": "4.6.4",
"web-vitals": "2.1.4",
"yup": "^1.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"homepage": ".",
"devDependencies": {
"@types/react-select": "^5.0.0"
}
}