-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.07 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
{
"name": "rentals",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.8",
"@hookform/resolvers": "^3.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.12.3",
"@mui/x-date-pickers": "^6.6.0",
"@next-auth/mongodb-adapter": "^1.1.3",
"@next/font": "13.4.0",
"@react-pdf/renderer": "^3.1.12",
"@syncfusion/ej2-react-charts": "^22.2.9",
"@syncfusion/ej2-react-image-editor": "^22.1.38",
"@syncfusion/ej2-react-richtexteditor": "^22.2.9",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-query": "^4.29.11",
"@tanstack/react-query-devtools": "^4.29.12",
"@tanstack/react-table": "^8.9.1",
"@types/node": "18.16.3",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3",
"@types/uuid": "^9.0.1",
"base64-js": "^1.5.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.38.0",
"cloudinary-react": "^1.8.1",
"dayjs": "^1.11.8",
"eslint": "8.39.0",
"eslint-config-next": "13.4.0",
"flutterwave-react-v3": "^1.3.0",
"framer-motion": "^10.12.12",
"fuse.js": "^6.6.2",
"gsap": "^3.11.5",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongoosastic": "^5.0.0",
"mongoose": "^7.1.0",
"mui-rte": "^2.0.1",
"next": "13.4.0",
"next-auth": "^4.22.1",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-filerobot-image-editor": "^4.4.0",
"react-hook-form": "^7.43.9",
"react-image-crop": "^8.6.12",
"recharts": "^2.7.2",
"streamifier": "^0.1.1",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/react-image-crop": "^8.1.3",
"@types/streamifier": "^0.1.0"
}
}