-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
123 lines (123 loc) · 3.43 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "AIMS",
"version": "1.0.0",
"description": "AIMS FRONTEND",
"author": "",
"private": true,
"license": "",
"scripts": {
"start": "HTTPS=true SSL_CRT_FILE=./.cert/cert.pem SSL_KEY_FILE=./.cert/key.pem craco start",
"start_dev": "craco start",
"build": "craco build",
"eject": "craco eject",
"lint": "eslint src --ext .js,.jsx --fix"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11"
],
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@auth0/auth0-spa-js": "1.22.4",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@craco/craco": "7.0.0-alpha.7",
"@date-io/date-fns": "2.15.0",
"@date-io/dayjs": "^2.16.0",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.11.4",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.11.5",
"@fullcalendar/core": "5.11.3",
"@fullcalendar/daygrid": "5.11.3",
"@fullcalendar/interaction": "5.11.3",
"@fullcalendar/react": "5.11.2",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.98",
"@mui/material": "5.15.15",
"@mui/system": "5.10.4",
"@mui/x-data-grid": "^6.19.10",
"@mui/x-date-pickers": "6.15.0",
"@redux-devtools/extension": "3.2.3",
"@reduxjs/toolkit": "1.8.5",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-query-devtools": "^4.16.1",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@types/react": "^17.0.0",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/parser": "^5.43.0",
"amazon-cognito-identity-js": "5.2.10",
"apexcharts": "3.35.5",
"axios": "0.27.2",
"axios-mock-adapter": "1.21.2",
"buffer": "6.0.3",
"chart.js": "3.9.1",
"crypto-browserify": "3.12.0",
"css-vendor": "2.0.8",
"date-fns": "2.29.2",
"dayjs": "^1.11.7",
"deepmerge": "4.2.2",
"faker": "5.5.3",
"file-saver": "^2.0.5",
"firebase": "8.10.1",
"formik": "2.2.9",
"google-map-react": "2.2.0",
"history": "5.3.0",
"i18next": "21.9.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "8.5.1",
"jss": "10.9.2",
"jwt-decode": "3.1.2",
"keycloak-js": "^22.0.5",
"material-react-table": "^2.12.1",
"papaparse": "^5.4.1",
"polished": "4.2.2",
"process": "0.11.10",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-app-polyfill": "3.0.0",
"react-beautiful-dnd": "13.1.1",
"react-chartjs-2": "4.3.1",
"react-dom": "18.2.0",
"react-feather": "2.0.10",
"react-helmet-async": "1.3.0",
"react-hook-form": "^7.43.9",
"react-i18next": "11.18.5",
"react-jvectormap": "0.0.16",
"react-perfect-scrollbar": "1.5.8",
"react-quill": "2.0.0",
"react-redux": "8.0.2",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"react-select-search": "^4.1.7",
"react-syntax-highlighter": "15.5.0",
"react-toastify": "^9.1.1",
"redux": "4.2.0",
"redux-thunk": "2.4.1",
"stream-browserify": "3.0.0",
"typescript": "^4.9.4",
"util": "0.12.4",
"web-vitals": "3.0.1",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/preset-env": "7.19.0",
"babel-plugin-direct-import": "1.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.7.1"
},
"resolutions": {
"jss": "10.9.2"
}
}