-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
105 lines (105 loc) · 3.24 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
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
{
"name": "tanyaaja",
"version": "0.1.0",
"private": true,
"scripts": {
"biome:clean": "biome clean",
"biome:migrate": "biome migrate --write",
"build": "next build",
"dev": "next dev",
"format": "biome format --write",
"postinstall": "husky",
"lint": "biome lint --write",
"lint:unsafe": "biome lint --write --unsafe",
"check": "biome check --unsafe --reporter=summary",
"start": "next start"
},
"dependencies": {
"@babel/parser": "^7.26.1",
"@babel/traverse": "^7.25.9",
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@hookform/resolvers": "^3.9.0",
"@notionhq/client": "^2.2.15",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@sindresorhus/slugify": "^2.2.1",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@tanstack/react-table": "^8.20.5",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@upstash/ratelimit": "^2.0.4",
"@upstash/redis": "^1.34.3",
"@vercel/og": "^0.6.3",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dom-to-image-more": "^3.5.0",
"encoding": "^0.1.13",
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"framer-motion": "^11.11.10",
"lucide-react": "^0.453.0",
"nanoid": "^5.0.7",
"next": "14.2.16",
"next-firebase-auth-edge": "1.7.1",
"next-themes": "^0.3.0",
"node-mailjet": "^6.0.6",
"nuqs": "^2.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.1",
"react-tweet": "^3.2.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3",
"undici": "^6.20.1",
"usehooks-ts": "^3.1.0",
"valibot": "^0.42.1",
"vaul": "^1.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/types": "^7.26.0",
"@biomejs/biome": "1.9.4",
"@types/babel__traverse": "^7.20.6",
"autoprefixer": "10.4.20",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "8.4.47",
"tailwindcss": "3.4.14"
},
"packageManager": "[email protected]",
"engines": {
"node": "20.x",
"pnpm": "^9.12.2"
}
}