This repository was archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.01 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
{
"name": "hakuna-matata-front-end",
"author": "Son Daehyeon",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx ./src",
"lint:fix": "eslint --fix --ext .js,.jsx ./src"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.17.0",
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@tosspayments/payment-sdk": "1.2.0",
"@fullcalendar/daygrid": "^5.9.0",
"@fullcalendar/interaction": "^5.9.0",
"@fullcalendar/list": "^5.9.0",
"@fullcalendar/react": "^5.9.0",
"@fullcalendar/timegrid": "^5.9.0",
"@fullcalendar/timeline": "^5.9.0",
"@hookform/devtools": "^3.1.0",
"@hookform/resolvers": "^2.7.1",
"@iconify/icons-ant-design": "^1.1.0",
"@iconify/icons-eva": "^1.1.0",
"@iconify/icons-ic": "^1.1.9",
"@iconify/react": "^3.0.1",
"@material-ui/core": "^5.0.0-beta.4",
"@material-ui/data-grid": "^4.0.0-alpha.35",
"@material-ui/icons": "^5.0.0-beta.4",
"@material-ui/lab": "^5.0.0-alpha.42",
"@material-ui/styles": "^5.0.0-beta.4",
"@material-ui/utils": "^5.0.0-beta.4",
"@react-pdf/renderer": "^2.0.19",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@turf/bbox": "^6.5.0",
"amazon-cognito-identity-js": "^5.0.6",
"apexcharts": "^3.27.3",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.20.0",
"change-case": "^4.1.2",
"d3-array": "^3.0.2",
"d3-scale": "^4.0.0",
"date-fns": "^2.23.0",
"deck.gl": "^8.5.4",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"emoji-mart": "^3.0.0",
"firebase": "^8.9.1",
"form-data": "^4.0.0",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"highlight.js": "^11.2.0",
"history": "^5.0.1",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"immutable": "^4.0.0-rc.14",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"mapbox-gl": "^2.4.1",
"notistack5": "^1.0.1",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.1.0",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-dropzone": "^11.3.4",
"react-helmet-async": "^1.0.9",
"react-hook-form": "^7.12.2",
"react-i18next": "^11.11.4",
"react-image-lightbox": "^5.1.4",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^8.32.0",
"react-map-gl": "^6.1.16",
"react-markdown": "^7.0.0",
"react-quill": "^2.0.0-beta.2",
"react-redux": "^7.2.4",
"react-router": "^6.0.0-beta.1",
"react-router-dom": "^6.0.0-beta.1",
"react-scripts": "4.0.0",
"react-scroll": "^1.8.3",
"react-slick": "^0.28.0",
"react-spring": "^9.2.4",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"rehype-highlight": "^5.0.0",
"rehype-raw": "^6.0.0",
"simplebar": "^5.3.5",
"simplebar-react": "^2.3.5",
"slick-carousel": "^1.8.1",
"stylis": "^4.0.10",
"stylis-plugin-rtl": "^2.1.0",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"web-vitals": "^2.1.0",
"worker-loader": "^3.0.8",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2"
}
}