1
0
Fork 1
mirror of https://github.com/catppuccin/gitea.git synced 2025-06-08 00:17:01 +09:00
gitea/deno.json
2025-04-15 00:55:54 +01:00

12 lines
329 B
JSON

{
"imports": {
"@catppuccin/palette": "npm:@catppuccin/palette@^1.7.1",
"@std/path": "jsr:@std/path@^1.0.8",
"sass": "npm:sass@1.86.3",
"@catppuccin/deno-lib": "https://deno.land/x/catppuccin_toolbox@deno-lib-v1.1.0/deno-lib/mod.ts"
},
"nodeModulesDir": "auto",
"tasks": {
"build": "./build.ts"
}
}