Keep track of ICE and police locations in your city. Very much a work-in-progress and not ready yet, stay tuned I guess?
1{
2 "$schema": "https://shadcn-svelte.com/schema.json",
3 "tailwind": {
4 "css": "src/app.css",
5 "baseColor": "stone"
6 },
7 "aliases": {
8 "components": "$lib/components",
9 "utils": "$lib/utils/cn",
10 "ui": "$lib/components/ui",
11 "hooks": "$lib/hooks",
12 "lib": "$lib"
13 },
14 "typescript": true,
15 "registry": "https://shadcn-svelte.com/registry"
16}