forked from dugojugo/WanderGuideAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 706 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 706 Bytes
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
{
"name": "nextapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/aiplatform": "^4.2.0",
"@google-cloud/vertexai": "^1.10.0",
"@google/genai": "^1.5.1",
"@google/generative-ai": "^0.24.1",
"@huggingface/inference": "^3.15.0",
"mongodb": "^6.16.0",
"next": "15.1.8",
"openai": "^4.103.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.1.8",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}