-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 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
{
"name": "air-bnd",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@emotion/cache": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^1.0.5",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.0.2",
"@stripe/stripe-js": "^1.22.0",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"chart.js": "^3.5.1",
"date-fns": "^2.28.0",
"easyinvoice": "^2.0.11",
"formik": "^2.1.5",
"geolib": "^3.3.3",
"history": "^5.0.0",
"mdbreact": "^5.2.0",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"mongoose": "^6.0.14",
"mongoose-timezone": "^1.3.0",
"next": "12.0.5",
"next-absolute-url": "^1.2.2",
"next-auth": "3.29.0",
"next-connect": "^0.11.0",
"next-redux-wrapper": "^7.0.5",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"raw-body": "^2.4.2",
"react": "17.0.2",
"react-chartjs-2": "^3.0.4",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.5.0",
"react-dom": "17.0.2",
"react-map-gl": "^6.1.18",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.6",
"react-toastify": "^8.1.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"stripe": "^8.195.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.0.13",
"uuid": "^8.3.0",
"validator": "^13.7.0",
"yup": "^0.32.9"
},
"devDependencies": {
"eslint": "8.4.0",
"eslint-config-next": "12.0.5"
}
}