-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.38 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.38 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "nexus-elements",
"version": "0.0.1",
"description": "A modern component registry built with Next.js and shadcn/ui for Avail Nexus",
"author": "decocereus<amartya@availproject.org>",
"private": true,
"scripts": {
"dev": "next dev --port 8080 --turbopack",
"build": "pnpm postinstall && next build",
"start": "next start",
"lint": "next lint",
"build:registry": "shadcn build",
"build:registry:json": "npx tsx scripts/build-registry/index.ts",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@avail-project/nexus-core": "1.2.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.90.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"connectkit": "^1.9.1",
"front-matter": "^4.0.2",
"fumadocs-core": "^16.0.10",
"fumadocs-mdx": "^13.0.7",
"lucide-react": "^0.487.0",
"next": "15.5.9",
"next-themes": "^0.4.6",
"pino-pretty": "^13.1.2",
"react": "19.2.2",
"react-dom": "19.2.2",
"rehype-pretty-code": "^0.14.1",
"shadcn": "2.9.3-canary.0",
"shiki": "^1.22.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6",
"viem": "2.38.3",
"wagmi": "^2.17.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.9",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"eslint": "^9.32.0",
"eslint-config-next": "15.3.1",
"stream-browserify": "^3.0.0",
"tailwindcss": "^4.1.11",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2"
}
}
}