forked from SHANKARA-CODERS/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
157 lines (157 loc) · 5.28 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "berry-material-react-ts",
"version": "3.5.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.1",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fullcalendar/core": "^6.0.2",
"@fullcalendar/daygrid": "^6.0.2",
"@fullcalendar/interaction": "^6.0.2",
"@fullcalendar/list": "^6.0.2",
"@fullcalendar/react": "^6.0.2",
"@fullcalendar/timegrid": "^6.0.2",
"@fullcalendar/timeline": "^6.0.2",
"@hello-pangea/dnd": "^16.2.0",
"@hookform/resolvers": "^2.9.10",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.114",
"@mui/material": "^5.11.3",
"@mui/system": "^5.11.2",
"@mui/utils": "^5.11.2",
"@mui/x-data-grid": "^5.17.17",
"@mui/x-date-pickers": "^5.0.12",
"@reduxjs/toolkit": "^1.9.1",
"@tabler/icons": "^1.119.0",
"amazon-cognito-identity-js": "^6.1.2",
"apexcharts": "^3.36.3",
"axios": "1.2.1",
"buffer": "^6.0.3",
"chance": "^1.1.9",
"crypto-browserify": "^3.12.0",
"csstype": "^3.1.1",
"currency.js": "^2.0.4",
"date-fns": "^2.29.3",
"draft-js": "^0.11.7",
"emoji-picker-react": "^4.4.8",
"firebase": "^9.15.0",
"formik": "^2.2.9",
"framer-motion": "^8.1.5",
"history": "^5.3.0",
"image-to-base64": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"material-ui-popup-state": "^5.0.4",
"process": "^0.11.10",
"react": "^18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-apexcharts": "^1.4.0",
"react-app-rewired": "^2.2.1",
"react-copy-to-clipboard": "^5.1.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-draggable": "^4.4.5",
"react-dropzone": "^14.2.3",
"react-fast-marquee": "^1.3.5",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.41.5",
"react-intersection-observer": "^9.4.1",
"react-intl": "^6.2.5",
"react-markdown": "^8.0.4",
"react-number-format": "^5.1.2",
"react-organizational-chart": "^2.2.0",
"react-perfect-scrollbar": "^1.5.8",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.6.1",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"react-syntax-highlighter": "^15.5.0",
"react-timer-hook": "^3.0.5",
"react-to-print": "^2.14.11",
"react-window": "^1.8.8",
"react18-input-otp": "^1.1.2",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"remark-gfm": "^3.0.1",
"slick-carousel": "^1.8.1",
"stream-browserify": "^3.0.0",
"stylis-plugin-rtl": "^2.1.1",
"typescript": "^4.9.4",
"util": "^0.12.5",
"uuid": "^9.0.0",
"web-vitals": "^3.1.0",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"lint": "eslint --ext .ts,.tsx ./src",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@types/chance": "^1.1.3",
"@types/draft-js": "^0.11.10",
"@types/image-to-base64": "^2.1.0",
"@types/jsonwebtoken": "^8.5.1",
"@types/react": "^18.0.26",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^18.0.10",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-redux": "^7.1.25",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.10",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/react-window": "^1.8.5",
"@types/uuid": "^9.0.0",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.31.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.1",
"sass": "^1.57.1"
}
}