-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@headlessui/react": "^2.2.9",
"@tailwindcss/cli": "^4.1.12",
"@tailwindcss/vite": "^4.1.12",
"@zegocloud/zego-uikit-prebuilt": "^2.17.1",
"firebase": "^12.2.1",
"firebase-admin": "^13.6.0",
"framer-motion": "^12.23.24",
"lottie-react": "^2.4.1",
"lucide-react": "^0.539.0",
"mongodb": "^7.0.0",
"mongoose": "^9.0.0",
"next": "^16.0.7",
"nodemailer": "^7.0.11",
"openai": "^6.9.1",
"peerjs": "^1.5.5",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-icons": "^5.5.0",
"sweetalert2": "^11.26.3",
"vercel": "^48.12.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.12",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
}
}