-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "eurekahacks2026",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"email:dev": "email dev --dir lib/emails"
},
"dependencies": {
"@iconify/react": "^6.0.2",
"@neoconfetti/react": "^1.0.0",
"@next/bundle-analyzer": "^16.0.10",
"@react-email/render": "^2.0.4",
"@node-rs/argon2": "^2.0.2",
"@nuintun/qrcode": "^5.0.3",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-toast": "^1.2.15",
"@react-email/components": "^1.0.8",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"arctic": "^3.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.23.22",
"lucide-react": "^0.561.0",
"mongodb": "^6.20.0",
"next": "^15.5.9",
"nodemailer": "^8.0.2",
"postgres": "^3.4.8",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-webcam": "^7.2.0",
"recharts": "^3.7.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@react-email/preview-server": "^5.2.9",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^7.0.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"react-email": "^5.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}