-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.62 KB
/
package.json
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
50
51
52
53
54
55
56
57
{
"name": "vedahack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google/generative-ai": "^0.20.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@tabler/icons-react": "^3.19.0",
"@vercel/analytics": "^1.3.1",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.9.0",
"gsap": "^3.12.5",
"jsonwebtoken": "^9.0.2",
"locomotive-scroll": "^4.1.4",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"lucide-react": "^0.446.0",
"mini-svg-data-uri": "^1.4.4",
"mongoose": "^8.6.3",
"next": "14.2.13",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-lottie": "^1.2.4",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"toast": "^0.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "18.3.9",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.6.2"
}
}