-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "amurex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@langchain/community": "^0.3.9",
"@mistralai/mistralai": "^1.5.0",
"@mixedbread-ai/sdk": "^2.2.11",
"@notionhq/client": "^2.2.15",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@supabase/supabase-js": "^2.45.6",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"ai": "^2.2.9",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.11.10",
"googleapis": "^144.0.0",
"http-server": "^14.1.1",
"js-cookie": "^3.0.5",
"langchain": "^0.3.4",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"novel": "^0.5.0",
"novel-lightweight": "^0.2.1",
"openai": "^4.68.1",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.5.2",
"react-markdown": "^9.0.3",
"remark-gfm": "^4.0.0",
"resend": "^4.1.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}