-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.1 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
{
"name": "follow.is",
"private": true,
"packageManager": "pnpm@10.0.0-beta.3",
"scripts": {
"build": "next build",
"dev": "next dev --turbo -p 2222",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepare": "simple-git-hooks",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/nextjs": "^1.0.7",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.2",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.5",
"@t3-oss/env-nextjs": "^0.11.1",
"better-auth": "^1.0.19",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"lucide-react": "^0.468.0",
"motion": "^11.14.4",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-tweet": "^3.2.1",
"sonner": "^1.7.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@hono/node-server": "^1.13.7",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mingcute": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.15",
"@iconify-json/skill-icons": "^1.2.0",
"@tailwindcss/postcss": "4.0.0-beta.7",
"@tailwindcss/typography": "^0.5.15",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"better-call": "^0.3.3-beta.4",
"drizzle-orm": "^0.38.2",
"eslint": "^9.17.0",
"eslint-config-hyoban": "^3.1.15",
"hono": "^4.6.13",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "4.0.0-beta.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}