-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
69 lines (69 loc) · 2.05 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "haydenbleasel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"basehub dev\" \"next dev --turbopack\"",
"build": "basehub && next build",
"lint": "ultracite lint",
"format": "ultracite format",
"bump-deps": "npx npm-check-updates -u && pnpm install",
"bump-ui": "npx shadcn@latest add button form input label select sonner textarea --overwrite"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@number-flow/react": "^0.4.4",
"@octokit/rest": "^21.0.2",
"@primer/octicons-react": "^19.14.0",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@t3-oss/env-nextjs": "^0.11.1",
"@uidotdev/usehooks": "^2.4.1",
"@upstash/ratelimit": "^2.0.5",
"@vercel/analytics": "^1.4.1",
"@vercel/edge-config": "^1.4.0",
"@vercel/kv": "^3.0.0",
"basehub": "^7.5.32",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"country-flag-emoji-polyfill": "^0.1.8",
"date-fns": "^4.1.0",
"googleapis": "^144.0.0",
"ky": "^1.7.4",
"lodash.groupby": "^4.6.0",
"lucide-react": "^0.469.0",
"motion": "^11.15.0",
"next": "15.1.2",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.54.2",
"react-player": "^2.16.0",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^1.1.1",
"resend": "^4.0.1",
"rsc-activity-calendar": "^1.0.1",
"shiki": "^1.24.4",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/lodash.groupby": "^4.6.9",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "^9.1.0",
"next-secure-headers": "^2.2.0",
"postcss": "^8",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"ultracite": "4.1.14"
}
}