mohammadSaber26 commited on
Commit
85a853c
·
verified ·
1 Parent(s): 8684702

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +27 -0
package.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "enterprise-search-chat",
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.2.0",
13
+ "react": "^18.3.0",
14
+ "react-dom": "^18.3.0"
15
+ },
16
+ "devDependencies": {
17
+ "@types/node": "^20.0.0",
18
+ "@types/react": "^18.3.0",
19
+ "@types/react-dom": "^18.3.0",
20
+ "autoprefixer": "^10.4.0",
21
+ "eslint": "^8.0.0",
22
+ "eslint-config-next": "^14.2.0",
23
+ "postcss": "^8.4.0",
24
+ "tailwindcss": "^3.4.0",
25
+ "typescript": "^5.0.0"
26
+ }
27
+ }