forked from akash-network/akash-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.33 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.33 KB
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
78
{
"name": "akashchat",
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed-models": "tsx scripts/seed-models.ts"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.24",
"@ai-sdk/react": "^1.2.12",
"@auth0/nextjs-auth0": "^3.8.0",
"@next/third-parties": "^15.5.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/pg": "^8.20.0",
"@types/react-syntax-highlighter": "^15.5.13",
"ai": "^4.3.19",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.18.2",
"ioredis": "^5.10.1",
"katex": "^0.16.45",
"lucide-react": "^0.469.0",
"next": "^15.5.15",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"openai": "4.52.6",
"pdfjs-dist": "4.10.38",
"pg": "^8.20.0",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.4.1",
"react-markdown": "9.0.1",
"react-swipeable": "^7.0.2",
"react-syntax-highlighter": "^15.6.6",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.6.1",
"tailwindcss-animate": "^1.0.7",
"tiktoken": "^1.0.22",
"unified": "^11.0.5",
"usehooks-ts": "^3.1.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^17.0.45",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.27",
"eslint": "8.57.1",
"eslint-config-next": "^15.5.15",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.9",
"tailwindcss": "^3.4.19",
"tsx": "^4.21.0",
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"pnpm": {
"overrides": {
"serialize-javascript": ">=6.0.2"
}
}
}