forked from Nutlope/llamacoder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.21 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
74
75
76
77
{
"name": "llamacoder-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.10.2",
"@aws-sdk/client-amplify": "^3.637.0",
"@aws-sdk/client-bedrock-runtime": "^3.632.0",
"@aws-sdk/client-dynamodb": "^3.637.0",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/client-sts": "^3.637.0",
"@aws-sdk/client-transcribe": "^3.637.0",
"@aws-sdk/credential-providers": "^3.632.0",
"@aws-sdk/lib-dynamodb": "^3.637.0",
"@codesandbox/sandpack-react": "^2.18.2",
"@codesandbox/sandpack-themes": "^2.0.21",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@langchain/anthropic": "^0.2.16",
"@langchain/community": "^0.2.31",
"@langchain/core": "^0.2.31",
"@langchain/openai": "^0.2.10",
"@mui/icons-material": "^6.0.1",
"@mui/material": "^6.0.1",
"@prisma/client": "^5.18.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@vercel/og": "^0.6.2",
"archiver": "^7.0.1",
"aws-amplify": "^6.5.2",
"aws-sdk": "^2.1681.0",
"axios": "^1.7.5",
"cross-spawn": "^7.0.3",
"dotenv": "^16.4.5",
"eventsource-parser": "^1.1.2",
"file-saver": "^2.0.5",
"formidable": "^3.5.1",
"framer-motion": "^11.3.19",
"fs-extra": "^11.2.0",
"googleapis": "^126.0.1",
"jszip": "^3.10.1",
"langchain": "^0.1.37",
"nanoid": "^5.0.7",
"next": "14.2.5",
"next-plausible": "^3.12.0",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.5.0",
"twemoji": "^14.0.2",
"typewriter-effect": "^2.21.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/file-saver": "^2.0.7",
"@types/formidable": "^3.4.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}