-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.65 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
{
"name": "hookagain",
"description": "A collection of reusable React hooks that can be installed using the shadcn CLI.",
"version": "0.0.0",
"author": {
"name": "ilyichv",
"url": "https://x.com/ilyichv_"
},
"repository": {
"type": "git",
"url": "https://github.com/ilyichv/hookagain.git"
},
"keywords": [
"shadcn",
"hook",
"cli",
"react"
],
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "next build",
"build:registry": "pnpm shadcn-registry build registry/index.json -i __registry__ --index-include hook",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "pnpm biome check ."
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fumadocs-core": "14.0.2",
"fumadocs-mdx": "11.0.0",
"fumadocs-ui": "14.0.2",
"lucide-react": "^0.453.0",
"next": "15.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@fumadocs/cli": "^0.0.3",
"@types/mdx": "^2.0.13",
"@types/node": "22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"rimraf": "^6.0.1",
"shadcn-registry": "^0.0.2",
"tailwindcss": "^3.4.14",
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
}