-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.74 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
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "twatter",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"compile": "next build && next start",
"analyze": "ANALYZE=true next build",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe --latest -e invoice.paid,customer.subscription.created,invoice.payment_failed,customer.subscription.deleted,customer.subscription.updated"
},
"trustedDependencies": [
"@swc/core",
"bcrypt",
"esbuild"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.417.0",
"@aws-sdk/s3-request-presigner": "^3.417.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@heroicons/react": "^2.0.18",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^13.5.6",
"@prisma/client": "^5.7.0",
"@react-email/components": "0.0.19",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.25",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"@types/bcrypt": "^5.0.1",
"@types/nodemailer": "^6.4.15",
"@types/ua-parser-js": "^0.7.38",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.25.1",
"@vercel/speed-insights": "^1.0.1",
"bcrypt": "^5.1.1",
"framer-motion": "^10.16.4",
"micro": "^10.0.1",
"next": "^13.4.13",
"next-auth": "^4.22.4",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.5",
"openai": "^4.14.0",
"pusher": "^5.1.3",
"pusher-js": "^8.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-email": "2.1.4",
"react-fontawesome-svg-icon": "^1.1.2",
"react-intersection-observer": "^9.5.2",
"react-textarea-autosize": "^8.5.3",
"react-tooltip": "^5.25.0",
"sharp": "^0.32.6",
"stripe": "^13.10.0",
"superjson": "^1.13.1",
"tailwind-scrollbar-hide": "^1.1.7",
"ua-parser-js": "^1.0.36",
"verify-apple-id-token": "^3.1.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.13",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.1",
"prisma": "^5.7.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.19.0"
}
}