A Prediction Market on the AT Protocol
at main 23 lines 486 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": "", 8 "css": "src/web/index.css", 9 "baseColor": "neutral", 10 "cssVariables": true, 11 "prefix": "" 12 }, 13 "iconLibrary": "lucide", 14 "rtl": false, 15 "aliases": { 16 "components": "@/web/components", 17 "utils": "@/web/lib/utils", 18 "ui": "@/web/components/ui", 19 "lib": "@/web/lib", 20 "hooks": "@/web/hooks" 21 }, 22 "registries": {} 23}