-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
33 lines (33 loc) · 990 Bytes
/
Copy pathbox.json
File metadata and controls
33 lines (33 loc) · 990 Bytes
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
{
"name": "wheels-basecoat",
"slug": "wheels-basecoat",
"version": "3.0.2",
"author": "Wheels Core Team",
"homepage": "https://wheels.dev",
"repository": {
"type": "git",
"URL": "https://github.com/wheels-dev/wheels-basecoat.git"
},
"bugs": "https://github.com/wheels-dev/wheels-basecoat/issues",
"keywords": [
"wheels",
"basecoat",
"shadcn",
"ui",
"components",
"design-system",
"tailwind",
"hotwire",
"turbo",
"dark-mode"
],
"type": "cfwheels-plugins",
"license": [
{ "type": "MIT", "URL": "https://opensource.org/licenses/MIT" }
],
"optionalDependencies": {
"wheels-hotwire": ">=0.1.0"
},
"description": "Basecoat UI component helpers for Wheels. shadcn/ui-quality design with bundled CSS+JS, native Hotwire/Turbo integration, dark mode, Wheels model-bound form fields.",
"instructionsFile": "INSTALL.md"
}