-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "pinecone-assistant-sample-app",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.8.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"env:init": "bash ./.azd/scripts/create-env.sh",
"env:dv": "bash ./.azd/scripts/read-domain-verification-vars.sh",
"env:post": "bash ./.azd/hooks/postprovision.sh",
"start": "next start -p 80",
"lint": "next lint"
},
"dependencies": {
"@types/uuid": "^10.0.0",
"ai": "^3.3.15",
"extended-eventsource": "^1.4.9",
"next": "14.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"uuid": "^10.0.0",
"dotenv": "16.4.5"
},
"devDependencies": {
"@pinecone-database/pinecone": "3.0.1",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.6",
"postcss": "^8.4.41",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"dotenv": "16.4.5"
}
}