akhaliq HF Staff commited on
Commit
2e1dd0c
·
verified ·
1 Parent(s): adbbf39

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": "huggingface-chat",
3
+ "version": "1.0.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.0.4",
13
+ "react": "18.2.0",
14
+ "react-dom": "18.2.0",
15
+ "openai": "^4.20.1",
16
+ "clsx": "^2.0.0",
17
+ "lucide-react": "^0.294.0"
18
+ },
19
+ "devDependencies": {
20
+ "autoprefixer": "^10.4.16",
21
+ "eslint": "^8.54.0",
22
+ "eslint-config-next": "14.0.4",
23
+ "postcss": "^8.4.32",
24
+ "tailwindcss": "^3.3.6"
25
+ }
26
+ }