-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.87 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 3.87 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "hackku-website",
"version": "0.1.26",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"postinstall": "prisma generate",
"start": "next start",
"lint": "next lint",
"db:up": "docker compose up -d",
"db:down": "docker compose down",
"db:seed": "npx tsx prisma/seed.ts",
"db:migrate": "npx prisma migrate deploy",
"db:studio": "npx prisma studio"
},
"prisma": {
"seed": "npx tsx prisma/seed.ts"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.2",
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.3.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@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-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@tabler/icons-react": "^3.14.0",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-table": "^8.20.5",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^0.27.1",
"@vercel/fun": "^1.1.2",
"@vercel/node": "^2.10.3",
"@vercel/redwood": "^2.1.12",
"@vercel/routing-utils": "^4.0.0",
"@vercel/static-build": "^1.2.1",
"adm-zip": "^0.5.16",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cookie": "^1.0.2",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"fast-levenshtein": "^3.0.0",
"framer-motion": "^11.5.4",
"googleapis": "^144.0.0",
"json2csv": "^6.0.0-alpha.2",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lucide-react": "^0.438.0",
"next": "^14.2.23",
"next-auth": "^4.24.7",
"next-nprogress-bar": "^2.3.13",
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.15",
"notion-client": "^7.1.4",
"path-to-regexp": "^8.2.0",
"pnpm": "^9.9.0",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-countdown": "^2.3.6",
"react-datepicker": "^8.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-dom-confetti": "^0.2.0",
"react-hook-form": "^7.53.0",
"react-leaflet": "^4.2.1",
"react-markdown": "^10.1.0",
"react-notion": "^0.10.0",
"react-notion-x": "^7.8.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"semver": "^7.6.3",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tar": "^7.4.3",
"undici": "^7.3.0",
"vaul": "^1.1.1",
"vercel": "^41.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/fast-levenshtein": "^0.0.4",
"@types/google.maps": "^3.58.1",
"@types/json2csv": "^5.0.7",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.9",
"@types/next-auth": "^3.15.0",
"@types/node": "^20",
"@types/nodemailer": "^6.4.16",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-table": "^7.7.20",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8.4.45",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prisma": "^6.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}