-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
51
52
53
54
55
56
57
58
59
60
61
{
"private": true,
"name": "gimmick",
"description": "An AI Search Dashboard that respects your privacy",
"version": "1.0.0",
"author": "Gabriel L. Maljkovich",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"studio": "drizzle-kit studio"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.34",
"@babel/runtime-corejs3": "^7.24.7",
"@langchain/community": "^0.2.17",
"@langchain/openai": "^0.2.1",
"@types/express": "^4.17.21",
"ai": "^3.2.16",
"better-sqlite3": "^11.1.2",
"cors": "^2.8.5",
"cuid": "^3.0.0",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.31.4",
"duck-duck-scrape": "^2.2.5",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"express": "^4.19.2",
"langchain": "^0.2.8",
"llamaindex": "^0.5.5",
"ollama-ai-provider": "^0.10.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@testing-library/dom": "^10.3.2",
"@testing-library/react": "^16.0.0",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.4.19",
"classnames": "^2.5.1",
"drizzle-kit": "^0.23.0",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",
"framer-motion": "^11.2.12",
"highlight.js": "^11.9.0",
"next": "^14.2.4",
"nextron": "^9.1.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}