-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 924 Bytes
/
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
{
"name": "cryptogpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.6",
"@types/node": "20.8.2",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"ai": "^2.2.17",
"autoprefixer": "10.4.16",
"connectkit": "^1.5.3",
"encoding": "^0.1.13",
"langchain": "^0.0.159",
"lokijs": "^1.5.12",
"lucide-react": "^0.290.0",
"mongodb": "^6.2.0",
"next": "13.5.4",
"pino-pretty": "^10.2.3",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-scripts": "4.0.3",
"react-textarea-autosize": "^8.5.3",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"viem": "^1.15.1",
"wagmi": "^1.4.3"
}
}