generated from pinecone-io/pinecone-vercel-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.16 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "vercel-pinecone-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"test:show": "playwright show-report",
"postinstall": "prisma generate",
"update-schema": "NODE_ENV=development ts-node src/scripts/updateTypesenseSchema.ts"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.10",
"@anthropic-ai/sdk": "^0.18.0",
"@auth0/nextjs-auth0": "^3.5.0",
"@clerk/nextjs": "^4.28.1",
"@clerk/themes": "^1.7.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@headlessui/react": "^2.2.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.16.13",
"@mui/x-date-pickers": "^6.20.2",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^2.2.0",
"@prisma/client": "5.7.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@tanstack/react-table": "^8.16.0",
"@types/dotenv": "^8.2.3",
"@types/node": "20.4.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@upstash/ratelimit": "^2.0.5",
"ai": "^3.1.3",
"axios": "^1.7.9",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cohere-ai": "^7.15.0",
"country-flag-icons": "^1.5.11",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.13",
"dotenv": "^16.3.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"groq-sdk": "^0.3.2",
"http-proxy-middleware": "^3.0.3",
"lodash": "^4.17.21",
"lucide-react": "^0.298.0",
"md5": "^2.3.0",
"next": "13.4.9",
"next-themes": "^0.2.1",
"node-fetch": "^2.7.0",
"node-html-markdown": "^1.3.0",
"openai": "^4.29.1",
"openai-edge": "^1.2.0",
"pdfjs-dist": "^3.4.120",
"pg": "^8.11.3",
"react": "18.2.0",
"react-datepicker": "^7.5.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-spinners": "^0.13.8",
"react-textarea-autosize": "^8.5.3",
"react-type-animation": "^3.2.0",
"remark-gfm": "^4.0.0",
"sonner": "^1.4.0",
"sswr": "^2.0.0",
"stripe": "^14.11.0",
"svelte": "^4.2.0",
"tailwind-merge": "^2.1.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.7",
"typesense": "^1.8.2",
"unified": "^10.1.2",
"vue": "^3.3.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.13",
"@types/md5": "^2.3.2",
"node-loader": "^2.1.0",
"prisma": "^5.7.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
}