-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
99 lines (99 loc) · 3.04 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
{
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && prisma db push && next build",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@pinecone-database/pinecone": "^0.1.6",
"@prisma/client": "^4.16.2",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-color": "^2.0.3",
"@tiptap/extension-horizontal-rule": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/extension-task-item": "^2.0.3",
"@tiptap/extension-task-list": "^2.0.3",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/suggestion": "^2.0.3",
"@tremor/react": "^3.4.1",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.22.0",
"@vercel/analytics": "^1.0.1",
"@vercel/blob": "^0.9.2",
"@vercel/kv": "^0.2.2",
"@vercel/postgres": "^0.3.2",
"ai": "^2.1.17",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"encoding": "^0.1.13",
"focus-trap-react": "^10.2.1",
"framer-motion": "^10.12.18",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.5",
"langchain": "^0.0.141",
"lucide-react": "^0.244.0",
"nanoid": "^4.0.2",
"next": "canary",
"next-auth": "4.22.1",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"openai": "^4.4.0",
"openai-edge": "^1.2.0",
"pinecone-client": "^1.1.0",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-spinners": "^0.13.8",
"react-textarea-autosize": "^8.5.2",
"react-tweet": "^3.0.2",
"remark": "^14.0.3",
"replicate": "^0.12.3",
"sharp": "^0.31.3",
"sonner": "^0.4.0",
"svelte": "^4.2.0",
"swr": "^2.2.0",
"tailwind-merge": "^1.13.2",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.1",
"unist-util-visit": "^4.1.2",
"use-debounce": "^9.0.4",
"vue": "^3.3.4",
"zod": "^3.22.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/js-cookie": "^3.0.3",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "8.31.0",
"eslint-config-next": "^13.4.9",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^4.16.2",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6"
}
}