-
Notifications
You must be signed in to change notification settings - Fork 136
/
package.json
43 lines (43 loc) · 1.07 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
{
"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": {
"@ai-sdk/openai": "^0.0.60",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^3.0.3",
"ai": "^3.3.39",
"cheerio": "^1.0.0",
"md5": "^2.3.0",
"next": "^14.2.11",
"node-html-markdown": "^1.3.0",
"openai-edge": "^1.2.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"sswr": "^2.1.0",
"svelte": "^4.2.19",
"tailwindcss": "3.4.11",
"typescript": "5.6.2",
"unified": "^11.0.5",
"vue": "^3.5.6",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.11"
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@types/md5": "^2.3.5",
"@types/node": "22.5.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0"
}
}