-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
88 lines (88 loc) · 2.71 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "ask-ripeseed",
"version": "1.0.4",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"infisical:fetch": "node load-env.js",
"format": "prettier --write \"**/*.{mjs,ts,md,json}\" --config .prettierrc",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages"
},
"dependencies": {
"@gomomento/sdk": "^1.93.0",
"@infisical/sdk": "^3.0.2",
"@langchain/community": "^0.3.3",
"@langchain/core": "^0.2.6",
"@langchain/openai": "^0.0.34",
"@langchain/pinecone": "^0.0.7",
"@nextui-org/tooltip": "^2.0.39",
"@paralleldrive/cuid2": "^2.2.2",
"@pinecone-database/pinecone": "^2.2.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.40.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dexie": "^4.0.7",
"framer-motion": "^11.2.6",
"katex": "^0.16.11",
"langchain": "^0.2.3",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.379.0",
"mongoose": "^8.4.1",
"next": "14.2.10",
"next-themes": "^0.3.0",
"openai": "^4.47.1",
"pdf-parse": "^1.1.1",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.1"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.11.3",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/lodash": "^4.17.4",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vercel": "^34.2.7"
}
}