akhaliq HF Staff commited on
Commit
1430954
·
verified ·
1 Parent(s): 1aa18ae

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +25 -0
package.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "nextjs-chatbot",
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
+ },
16
+ "devDependencies": {
17
+ "@types/node": "20.10.6",
18
+ "@types/react": "18.2.46",
19
+ "@types/react-dom": "18.2.18",
20
+ "autoprefixer": "10.4.16",
21
+ "postcss": "8.4.32",
22
+ "tailwindcss": "3.4.0",
23
+ "typescript": "5.3.3"
24
+ }
25
+ }