dragoman 0.2.2

DOI redirection and content negotiation server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://shadcn-svelte.com/schema.json",
  "style": "default",
  "tailwind": {
    "css": "src/app.css",
    "baseColor": "neutral"
  },
  "aliases": {
    "components": "$lib/components",
    "utils": "$lib/utils",
    "ui": "$lib/components/ui",
    "lib": "$lib"
  }
}