forked from mazipan/tanyaaja.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.27 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
{
"name": "tanyaaja",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "biome format --write",
"postinstall": "husky",
"lint": "biome lint --write",
"check": "biome check --reporter=summary",
"start": "next start"
},
"dependencies": {
"@babel/parser": "^7.25.3",
"@babel/traverse": "^7.25.3",
"@fingerprintjs/fingerprintjs": "^4.4.3",
"@hookform/resolvers": "^3.9.0",
"@notionhq/client": "^2.2.15",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.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.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sindresorhus/slugify": "^2.2.1",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@upstash/ratelimit": "^2.0.1",
"@upstash/redis": "^1.34.0",
"@vercel/og": "^0.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dom-to-image-more": "^3.3.1",
"encoding": "^0.1.13",
"firebase": "^10.12.5",
"firebase-admin": "^12.3.0",
"lucide-react": "^0.424.0",
"nanoid": "^5.0.7",
"next": "14.2.5",
"next-themes": "^0.3.0",
"node-mailjet": "^6.0.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.2",
"react-tweet": "^3.2.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4",
"undici": "^6.19.5",
"usehooks-ts": "^3.1.0",
"valibot": "^0.37.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@biomejs/biome": "1.8.3",
"@types/babel__traverse": "^7.20.6",
"autoprefixer": "10.4.20",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"postcss": "8.4.41",
"tailwindcss": "3.4.8"
},
"packageManager": "[email protected]",
"engines": {
"node": "20.x",
"pnpm": ">=8"
}
}