forked from ghulamabbas2/bookit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "bookit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"seeder": "node utils/seeder"
},
"dependencies": {
"@stripe/stripe-js": "^1.14.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.25.1",
"easyinvoice": "^1.0.112",
"mdbreact": "^5.0.2",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"mongoose": "^5.12.4",
"mongoose-timezone": "^1.3.0",
"next": "10.1.3",
"next-absolute-url": "^1.2.2",
"next-auth": "^3.17.2",
"next-connect": "^0.10.1",
"next-redux-wrapper": "^6.0.2",
"nodemailer": "^6.5.0",
"raw-body": "^2.4.1",
"react": "17.0.2",
"react-bootstrap": "^1.5.2",
"react-datepicker": "^3.8.0",
"react-dom": "17.0.2",
"react-js-pagination": "^3.0.3",
"react-redux": "^7.2.4",
"react-toastify": "^7.0.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"stripe": "^8.138.0",
"validator": "^13.6.0"
}
}