forked from pinecone-io/pinecone-rag-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"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"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@material-tailwind/react": "^2.1.8",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.3",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "2.0.0",
"@types/uuid": "^9.0.7",
"ai": "^2.2.30",
"cheerio": "^1.0.0-rc.12",
"md5": "^2.3.0",
"next": "14.0.4",
"node-html-markdown": "^1.3.0",
"openai-edge": "^1.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-spinners": "^0.13.8",
"sswr": "^2.0.0",
"svelte": "^4.2.8",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"unified": "^11.0.4",
"uuid": "^9.0.1",
"vue": "^3.3.13"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/md5": "^2.3.5",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4"
}
}