-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.79 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
{
"name": "hotel-valhalla",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.7",
"@stripe/stripe-js": "^2.1.6",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.0",
"class-variance-authority": "^0.7.0",
"cloudinary": "^1.40.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"formik": "^2.4.4",
"moment": "^2.29.4",
"moment-range": "^4.0.2",
"mongoose": "^7.5.0",
"mongoose-unique-validator": "^4.0.0",
"next": "13.4.19",
"next-auth": "4.19",
"next-connect": "^1.0.0",
"next-redux-wrapper": "^8.1.0",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^6.9.5",
"postcss": "8.4.29",
"raw-body": "^2.5.2",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.18.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-phone-input-2": "^2.15.1",
"react-redux": "^8.1.2",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"stripe": "^13.6.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"validator": "^13.11.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.3",
"@types/mongoose-unique-validator": "^1.0.7",
"@types/nodemailer": "^6.4.10",
"@types/react-datepicker": "^4.15.0",
"@types/validator": "^13.11.1"
}
}