forked from OpenAssistantGPT/OpenAssistantGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.2 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "contentlayer build && prisma generate && prisma db push && next build",
"start": "next start",
"lint": "next lint",
"email": "email dev --port 3001"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/third-parties": "^14.1.3",
"@prisma/client": "^5.11.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.16",
"@sentry/nextjs": "^7.91.0",
"@stripe/stripe-js": "^2.2.0",
"@tanstack/react-table": "^8.11.2",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@vercel/analytics": "^1.1.1",
"@vercel/blob": "^0.22.1",
"@vercel/og": "^0.6.1",
"ai": "^3.2.19",
"aos": "^3.0.0-beta.6",
"async_hooks": "^1.0.0",
"bcrypt": "^5.1.0",
"better-react-mathjax": "^2.0.3",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.0.6",
"emblor": "^1.4.0",
"fs": "^0.0.1-security",
"ip-range-check": "^0.2.0",
"jotai": "^2.7.2",
"lucide-react": "^0.292.0",
"mdast-util-toc": "^7.0.0",
"next": "^14.2.2",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"oas": "^24.1.0",
"openai": "^4.47.1",
"openai-edge": "^1.2.2",
"openassistantgpt": "^0.1.7",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-email": "^2.1.3",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-mathjax": "^1.0.1",
"react-resizable-panels": "^2.0.16",
"react-select": "^5.8.0",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.12.3",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"resend": "^3.2.0",
"sharp": "^0.33.3",
"stripe": "^14.7.0",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/aos": "^3.0.7",
"@types/bcrypt": "^5.0.0",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.12",
"prisma": "^5.11.0",
"tailwindcss": "^3.3.5",
"typescript": "^5"
}
}