-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.93 KB
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
{
"name": "tailwind-variants-docs",
"private": true,
"license": "MIT",
"version": "0.0.1",
"description": "Tailwind variants documentation site",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://github.com/heroui-inc/tailwind-variants-docs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/heroui-inc/tailwind-variants-docs.git"
},
"bugs": {
"url": "https://github.com/heroui-inc/tailwind-variants-docs/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"lint:links": "node ./scripts/lint-links.mts",
"postinstall": "node ./node_modules/fumadocs-mdx/bin.js",
"clean": "pnpm clean:cache && pnpm i",
"clean:cache": "find . \\( -name '.next' -o -name '.source' -o -name 'node_modules' -o -name 'pnpm-lock.yaml' \\) -prune -exec rm -rf '{}' +"
},
"dependencies": {
"@gravity-ui/icons": "2.21.0",
"@modelcontextprotocol/server": "2.0.0",
"@paper-design/shaders-react": "0.0.78",
"@shikijs/magic-move": "4.4.1",
"@vercel/analytics": "2.0.1",
"fumadocs-core": "16.14.0",
"fumadocs-mdx": "15.2.1",
"fumadocs-ui": "16.14.0",
"mcp-handler": "2.1.0",
"next": "16.2.12",
"next-themes": "0.4.6",
"react": "19.2.8",
"react-dom": "19.2.8",
"shiki": "4.4.1",
"tailwind-variants": "3.3.1",
"takumi-js": "2.5.4",
"zod": "4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.5.6",
"@tailwindcss/postcss": "4.3.3",
"@types/mdx": "2.0.14",
"@types/node": "26.1.2",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"babel-plugin-react-compiler": "1.0.0",
"next-validate-link": "1.6.6",
"postcss": "8.5.25",
"tailwindcss": "4.3.3",
"typescript": "7.0.2"
},
"engines": {
"node": ">=24.x",
"pnpm": ">=11.x"
},
"packageManager": "pnpm@11.18.0"
}