-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "dining.fm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"postinstall": "prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.9",
"@fontsource/m-plus-rounded-1c": "^5.0.12",
"@langchain/openai": "^0.0.33",
"@langchain/pinecone": "^0.0.6",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@nanostores/react": "github:ai/react",
"@next/mdx": "^14.2.3",
"@next/third-parties": "^14.1.4",
"@pinecone-database/pinecone": "^2.2.0",
"@prisma/client": "^5.12.1",
"@spotify/web-api-ts-sdk": "^1.2.0",
"@types/mdx": "^2.0.11",
"@types/node": "20.11.30",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.x",
"@typescript-eslint/parser": "^6.x",
"@vercel/analytics": "^1.2.2",
"ai": "^3.1.23",
"bufferutil": "^4.0.8",
"canvas": "^2.11.2",
"dotenv-cli": "^7.4.1",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"langchain": "^0.2.19",
"next": "^14.2.12",
"prisma": "^5.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.0.1",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-spotify-embed": "^2.0.4",
"sanitize-html": "^2.12.1",
"striptags": "^3.2.0",
"typescript": "5.4.2",
"utf-8-validate": "^6.0.3"
},
"devDependencies": {
"@types/sanitize-html": "^2.11.0"
}
}