kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
at main 24 lines 477 B view raw
1{ 2 "$schema": "https://ui.shadcn.com/schema.json", 3 "style": "new-york", 4 "rsc": false, 5 "tsx": true, 6 "tailwind": { 7 "config": "tailwind.config.js", 8 "css": "src/index.css", 9 "baseColor": "zinc", 10 "cssVariables": true, 11 "prefix": "" 12 }, 13 "iconLibrary": "lucide", 14 "aliases": { 15 "components": "@/components", 16 "utils": "@/lib/cn", 17 "ui": "@/components/ui", 18 "lib": "@/lib", 19 "hooks": "@/hooks" 20 }, 21 "registries": { 22 "@coss": "https://coss.com/ui/r/{name}.json" 23 } 24}