-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.39 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
{
"name": "snowbrain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "4.21.10",
"@material-tailwind/react": "^2.0.4",
"@pinecone-database/pinecone": "^0.1.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"langchain": "0.0.96",
"lucide-react": "^0.259.0",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"rehype-highlight": "^6.0.0",
"remark-gfm": "^3.0.1",
"snowflake-sdk": "1.6.23",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@nem035/gpt-3-encoder": "^1.1.7",
"@types/react": "18.2.12",
"@types/snowflake-sdk": "^1.6.13",
"@types/uuid": "^9.0.2",
"depcheck": "^1.4.3",
"eslint": "^8.31.0",
"eslint-config-next": "13.4.7-canary.1",
"prettier": "^2.7.1"
}
}