This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.16 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
{
"name": "symposia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run db:push && next build",
"start": "next start",
"lint": "next lint",
"stripe:listen": "stripe listen --forward-to 127.0.0.1:3000/api/stripe-webhook",
"db:regen": "npx prisma generate",
"db:push": "npx prisma db push"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@google-cloud/storage": "^7.11.0",
"@mdx-js/mdx": "^2.3.0",
"@mdxeditor/editor": "^3.11.5",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-data-grid": "^7.18.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.11.0",
"@react-email/components": "0.0.17",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^4.33.0",
"@trpc/client": "^10.37.1",
"@trpc/react-query": "^10.37.1",
"@trpc/server": "^10.37.1",
"@types/mdx": "^2.0.7",
"@types/node": "^20.5.2",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.22",
"autoprefixer": "10.4.15",
"classnames": "^2.5.1",
"clsx": "^2.0.0",
"encoding": "^0.1.13",
"eslint": "8.47.0",
"eslint-config-next": "^13.5.2",
"framer-motion": "^11.2.4",
"micro": "^10.0.1",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.13",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-textarea-autosize": "^8.5.3",
"remark-directive": "^3.0.0",
"remark-gfm": "^3.0.1",
"resend": "^3.2.0",
"sharp": "^0.33.2",
"stripe": "^14.11.0",
"superjson": "^1.13.1",
"tailwindcss": "3.4.3",
"typescript": "5.2.2",
"zod": "^3.22.2"
},
"devDependencies": {
"daisyui": "^4.10.5",
"prisma": "^5.11.0",
"ts-node": "^10.9.1"
}
}