Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
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/styles/globals.css",
9 "baseColor": "neutral",
10 "cssVariables": true,
11 "prefix": ""
12 },
13 "aliases": {
14 "components": "@public/components",
15 "utils": "@public/lib/utils",
16 "ui": "@public/components/ui",
17 "lib": "@public/libs",
18 "hooks": "@public/hooks"
19 },
20 "iconLibrary": "lucide"
21}