-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.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
{
"name": "socialmediacalenders",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.25.0",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"cloudinary": "^1.28.1",
"formidable": "^2.0.1",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.2",
"multiparty": "^4.2.3",
"next": "12.0.10",
"next-connect": "^0.12.1",
"next-redux-wrapper": "^7.0.5",
"nookies": "^2.5.2",
"razorpay": "^2.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.0",
"react-html-parser": "^2.0.2",
"react-loading-skeleton": "^3.0.3",
"react-multi-carousel": "^2.8.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"shortid": "^2.2.16"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
}
}