-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.01 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.01 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
{
"dependencies": {
"@paper-design/shaders-react": "^0.0.76",
"@radix-ui/react-accordion": "^1.2.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-navigation-menu": "^1.2.14",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"html-to-image": "^1.11.13",
"lucide-react": "^1.16.0",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"recharts": "^3.8.1",
"shadcn": "^4.8.0",
"shiki": "^4.1.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^22",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"ultracite": "7.7.0"
},
"name": "craftled-ui-registry",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "ultracite check",
"format": "ultracite fix",
"registry:build": "shadcn build",
"check": "ultracite check",
"fix": "ultracite fix"
},
"version": "0.3.5",
"private": true,
"description": "Craftled UI — a craft-led, shadcn-native component library. Charts, blocks, shaders, and primitives, distributed via the shadcn CLI.",
"homepage": "https://ui.craftled.com",
"repository": {
"type": "git",
"url": "git+https://github.com/craftled/ui.git"
},
"bugs": {
"url": "https://github.com/craftled/ui/issues"
},
"license": "MIT",
"author": "Craftled <hi@craftled.com> (https://craftled.com)",
"keywords": [
"shadcn",
"shadcn-ui",
"components",
"registry",
"tailwindcss",
"react",
"nextjs",
"ui-library",
"design-system",
"craftled"
]
}