-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 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
{
"name": "sumitnanda",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/memoize": "^0.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"axios": "^1.5.1",
"bcryptjs": "^2.4.3",
"framer-motion": "^10.16.4",
"hamburger-react": "^2.5.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mongodb": "4.1",
"mongoose": "^7.6.3",
"multer": "^1.4.5-lts.1",
"next": "^14.0.2",
"nextjs-toploader": "^1.6.4",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.6",
"nodemailer-express-handlebars": "^6.1.0",
"npm": "^10.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-quill": "^2.0.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"styled-components": "^6.1.0",
"sweetalert2": "^11.9.0",
"universal-cookie": "^6.1.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.10",
"@types/node": "^20",
"@types/nodemailer": "^6.4.13",
"@types/nodemailer-express-handlebars": "^4.0.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}