-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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
{
"name": "next-openai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"embed": "tsx scripts/embed.ts",
"embed_all": "tsx scripts/embed_all.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.17.1",
"@octokit/types": "^10.0.0",
"@primer/octicons-react": "^19.8.0",
"@primer/react": "^36.4.0",
"@supabase/supabase-js": "^2.38.4",
"@types/nodegit": "^0.28.7",
"@vercel/analytics": "^1.1.1",
"ai": "^2.2.31",
"bufferutil": "^4.0.8",
"copy-to-clipboard": "^3.3.3",
"glob": "^10.3.3",
"graphql-request": "^6.1.0",
"gray-matter": "^4.0.3",
"langchain": "^0.0.189",
"next": "13.4.7",
"nodegit": "^0.28.0-alpha.21",
"octokit": "2.0.19",
"openai": "4.26.0",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"styled-components": "^5.3.11",
"utf-8-validate": "^6.0.3",
"ws": "^8.14.2"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@types/react-syntax-highlighter": "^15.5.10",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0",
"eslint-config-next": "13.4.7",
"postcss": "^8.4.24",
"prettier": "^3.1.0",
"tsx": "^3.14.0",
"typescript": "5.0.4"
},
"resolutions": {
"universal-user-agent": "^7.0.0"
}
}