Rms666777 commited on
Commit
e9ca245
·
verified ·
1 Parent(s): 611a611

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +23 -0
package.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "secure-chat-pwa",
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.1.0",
13
+ "react": "^18",
14
+ "react-dom": "^18",
15
+ "lucide-react": "^0.344.0",
16
+ "clsx": "^2.1.0"
17
+ },
18
+ "devDependencies": {
19
+ "autoprefixer": "^10.0.1",
20
+ "postcss": "^8",
21
+ "tailwindcss": "^3.3.0"
22
+ }
23
+ }