akhaliq HF Staff commited on
Commit
c0eb4ba
·
verified ·
1 Parent(s): 9ad2711

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +26 -0
package.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "vision-chatbot",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "dev": "next dev",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint"
10
+ },
11
+ "dependencies": {
12
+ "next": "14.1.0",
13
+ "openai": "^4.28.0",
14
+ "react": "^18.2.0",
15
+ "react-dom": "^18.2.0"
16
+ },
17
+ "devDependencies": {
18
+ "@types/node": "^20.11.0",
19
+ "@types/react": "^18.2.0",
20
+ "@types/react-dom": "^18.2.0",
21
+ "autoprefixer": "^10.4.16",
22
+ "postcss": "^8.4.33",
23
+ "tailwindcss": "^3.4.1",
24
+ "typescript": "^5.3.3"
25
+ }
26
+ }