This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 283
/
package.json
69 lines (69 loc) · 1.96 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
{
"name": "babyagi-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"translate": "node ./translator.cjs"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@pinecone-database/pinecone": "^0.0.10",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-hover-card": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-switch": "^1.0.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.0.0",
"ai": "^2.1.31",
"airtable": "^0.12.1",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"clsx": "^1.2.1",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"install": "^0.13.0",
"langchain": "^0.0.64",
"lodash": "^4.17.21",
"next": "^13.4.16",
"next-i18next": "^13.2.2",
"next-themes": "^0.2.1",
"npm": "^9.6.6",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-markdown": "^8.0.6",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.2",
"remark-gfm": "^3.0.1",
"sonner": "^0.3.5",
"typescript": "5.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.3",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1"
}
}