-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.84 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
{
"name": "nextjs-langchainjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --dir src",
"lint:fix": "eslint src --ext .js,jsx,.ts,.tsx --fix"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.5.5",
"@dqbd/tiktoken": "^1.0.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@huggingface/inference": "1",
"@supabase/auth-helpers-nextjs": "^0.7.0",
"@supabase/auth-helpers-react": "^0.4.0",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.23.0",
"@tanstack/react-query": "^4.35.0",
"@tanstack/react-query-devtools": "^4.29.2",
"ai": "^2.1.3",
"axios": "^1.3.5",
"cohere-ai": "^6.2.0",
"framer-motion": "^6",
"langchain": "0.0.152",
"next": "13.3.0",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-textarea-autosize": "^8.5.3",
"react-use": "^17.4.0",
"replicate": "^0.9.0"
},
"volta": {
"node": "18.15.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.34.1",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-chakra-ui": "^0.10.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.3",
"prisma": "^4.14.1",
"sass": "^1.61.0",
"typescript": "5.0.4"
}
}