-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.4 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
{
"name": "segment",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "node scripts/copy-icons.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@google/genai": "^1.46.0",
"@google/generative-ai": "^0.24.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cohere-ai": "^7.21.0",
"dotenv": "^17.3.1",
"file-type": "^22.0.1",
"groq-sdk": "^1.1.2",
"katex": "^0.16.44",
"lucide-react": "^0.577.0",
"mime-types": "^3.0.2",
"nanoid": "^5.1.7",
"next": "16.2.1",
"omni-file": "^1.3.6",
"openai": "^6.32.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shadcn": "^4.1.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/mime-types": "^3.0.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}