-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.02 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
{
"name": "ayoojon-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.4.1",
"@hookform/resolvers": "^2.6.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"@react-google-maps/api": "^1.13.0",
"@reduxjs/toolkit": "^1.6.1",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tinymce/tinymce-react": "^3.12.6",
"@types/googlemaps": "^3.40.0",
"@types/react-redux": "^7.1.18",
"@types/react-select": "^4.0.15",
"@types/react-table": "^7.0.25",
"autoprefixer": "^10.3.3",
"axios": "^0.19.2",
"concurrently": "^5.1.0",
"date-fns": "^2.9.0",
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
"formik": "^2.1.4",
"global": "^4.4.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"next": "11.1.2",
"nextjs-progressbar": "^0.0.11",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"react": "17.0.2",
"react-dates": "^21.8.0",
"react-dom": "17.0.2",
"react-google-login": "^5.2.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.9.0",
"react-image-lightbox": "^5.1.4",
"react-query": "^3.17.2",
"react-redux": "^7.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.0",
"react-table": "^7.6.2",
"react-to-print": "^2.11.0",
"react-toastify": "^5.5.0",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"serverless": "^2.59.0",
"sharp": "^0.29.1",
"tailwindcss": "^2.2.9",
"typeface-roboto": "^0.0.75",
"typescript": "4.4.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/react": "17.0.19",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.2"
}
}