-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 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
{
"name": "ollama",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@langchain/textsplitters": "^0.1.0",
"@openrouter/ai-sdk-provider": "^0.2.2",
"ai": "^4.1.1",
"better-auth": "^1.1.18",
"copy-to-clipboard": "^3.3.3",
"drizzle-orm": "^0.39.3",
"framer-motion": "^12.0.3",
"mammoth": "^1.9.0",
"next": "15.1.6",
"next-themes": "^0.4.4",
"ollama-ai-provider": "^1.2.0",
"pdf-parse": "^1.1.1",
"pg": "^8.13.2",
"pgvector": "^0.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.3",
"react-remark": "^2.1.0",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.14.1",
"rehype-highlight": "^7.0.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@better-auth/cli": "^1.1.18",
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/pg": "^8.11.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-speech-recognition": "^3.9.6",
"drizzle-kit": "^0.30.4",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}