-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.98 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
{
"name": "zzulanas-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"embeddings": "tsx lib/generate-embeddings.ts"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/font": "^13.4.7",
"@next/mdx": "^13.4.7",
"@supabase/auth-helpers-nextjs": "^0.7.2",
"@supabase/supabase-js": "^2.24.0",
"@types/mdx": "^2.0.5",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"@vercel/og": "^0.5.8",
"ai": "3.0.19",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"common-tags": "^1.8.2",
"daisyui": "^2.52.0",
"date-fns": "^2.30.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^10.12.16",
"gpt3-tokenizer": "^1.1.5",
"gray-matter": "^4.0.3",
"highlight.js": "^11.8.0",
"lucide-react": "^0.230.0",
"next": "13.4.7",
"next-mdx-remote": "^4.4.1",
"openai": "^3.3.0",
"openai-edge": "^1.1.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.4",
"react-markdown": "^8.0.7",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-code-titles": "^0.1.2",
"remark-html": "^15.0.2",
"sse.js": "^0.6.1",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.5",
"tiktoken": "^1.0.8",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/common-tags": "^1.8.1",
"@types/uuid": "^9.0.2",
"encoding": "^0.1.13",
"mini-css-extract-plugin": "^2.7.6",
"supabase": "^1.68.6",
"ts-node": "^10.9.1",
"tsx": "^3.12.7"
}
}