-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.25 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
44
45
46
47
48
49
{
"name": "codehub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.2",
"@react-three/drei": "^10.0.6",
"@react-three/fiber": "^9.1.2",
"@tailwindcss/forms": "^0.5.10",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"css-loader": "^7.1.2",
"lucide-react": "^0.487.0",
"next": "^15.2.4",
"next-auth": "^5.0.0-beta.25",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-type-animation": "^3.2.0",
"router": "^2.2.0",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"swiper": "^11.2.6",
"tailwind-merge": "^3.1.0",
"three": "^0.175.0",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.175.0",
"autoprefixer": "^10.4.21",
"eslint": "9.24.0",
"eslint-config-next": "15.2.4",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"tailwindcss": "^4.1.3",
"typescript": "^5"
}
}