-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.9",
"@types/react-google-recaptcha": "^2.1.5",
"bcryptjs": "^2.4.3",
"cookie": "^0.5.0",
"html-react-parser": "^3.0.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.7",
"next": "^12.3.1",
"next-auth": "^4.15.0",
"nextjs-progressbar": "^0.0.16",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.6.0",
"react-loading-icons": "^1.1.0",
"react-quill": "^2.0.0",
"react-timeago": "^7.1.0",
"react-toastify": "^9.0.8",
"react-type-animation": "^2.1.1"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "17.0.35",
"@types/react": "^18.0.21",
"@types/react-dom": "18.0.5",
"@types/react-timeago": "^4.1.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "^4.8.4"
}
}