UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

22 lines (21 loc) 454 B
{ "$schema": "https://ui.shadcn.com/schema.json", "style": "new-york", "rsc": true, "tsx": true, "tailwind": { "config": "", "css": "src/config/theme/globals.css", "baseColor": "neutral", "cssVariables": true, "prefix": "tw:" }, "aliases": { "components": "@/components", "utils": "@/utils/styles", "ui": "@/components/ui", "lib": "@/utils", "hooks": "@/utils/hooks" }, "iconLibrary": "lucide" }