-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "dream-logger-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"email": "email dev --port 3001",
"devturbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.5",
"@aws-sdk/client-cloudfront": "^3.445.0",
"@aws-sdk/client-s3": "^3.445.0",
"@aws-sdk/cloudfront-signer": "^3.445.0",
"@aws-sdk/credential-providers": "^3.445.0",
"@aws-sdk/s3-request-presigner": "^3.445.0",
"@nextui-org/react": "^2.2.8",
"@prisma/client": "^5.5.2",
"@react-email/button": "0.0.11",
"@react-email/components": "^0.0.11",
"@react-email/html": "0.0.6",
"@theinternetfolks/snowflake": "^1.3.0",
"@uidotdev/usehooks": "^2.4.1",
"aws-sdk": "^2.1493.0",
"axios": "^1.6.1",
"bcrypt": "^5.1.1",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"intro.js-react": "^1.0.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"next": "^14.0.2",
"next-auth": "^4.24.5",
"next-connect": "^1.0.0",
"next-nprogress-bar": "^2.1.2",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.7",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "1.9.5",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"request-ip": "^3.3.0",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"swr": "^2.2.4",
"use-onclickoutside": "^0.4.1",
"zod": "^3.22.4",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.10",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/ramda": "^0.29.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/request-ip": "^0.0.41",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8",
"prisma": "^5.5.2",
"tailwindcss": "^3",
"typescript": "^5"
}
}