-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 781 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
31
32
33
34
35
{
"name": "chatbot",
"version": "0.1.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^6.11.0",
"@tabler/icons-react": "^2.18.0",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"circular-json": "^0.5.9",
"cors": "^2.8.5",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"firebase": "^9.22.1",
"fs": "^0.0.1-security",
"next": "13.4.2",
"openai": "^3.2.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2"
}
}