-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1017 Bytes
/
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
{
"name": "ai-knowledge-base",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.8",
"@vercel/analytics": "^1.4.1",
"ai": "^4.0.14",
"dotenv": "^16.4.7",
"lucide-react": "^0.468.0",
"next": "14.2.20",
"openai": "^4.76.0",
"p-limit": "^6.1.0",
"pinata": "^1.9.1",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"rehype-highlight": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-prism": "^1.3.6",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/remark-prism": "^1.3.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}