-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 912 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 912 Bytes
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
{
"name": "bgiies",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^3.29.0",
"@material-tailwind/react": "^2.1.10",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.0",
"bcryptjs": "^3.0.3",
"daisyui": "^5.5.4",
"jose": "^6.1.1",
"lucide-react": "^0.553.0",
"mongoose": "^8.19.4",
"next": "^16.1.4",
"next-themes": "^0.4.6",
"next-video": "^2.5.1",
"nodemailer": "^7.0.13",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"three": "^0.181.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "24.10.1",
"@types/react": "19.2.4",
"tailwindcss": "^4",
"typescript": "5.9.3"
}
}