Search interface for Tangled running on a Slice
at main 617 B view raw
1{ 2 "imports": { 3 "@slices/client": "jsr:@slices/client@~0.1.0-alpha.4", 4 "@slices/oauth": "jsr:@slices/oauth@^0.6.0", 5 "github-colors": "npm:github-colors@^2.2.21", 6 "preact": "npm:preact@^10.27.1", 7 "preact-render-to-string": "npm:preact-render-to-string@^6.6.1", 8 "@takumi-rs/helpers": "npm:@takumi-rs/helpers@^0.29.8", 9 "@takumi-rs/core": "npm:@takumi-rs/core@^0.29.8" 10 }, 11 "tasks": { 12 "start": "deno run -A src/main.tsx", 13 "dev": "deno run -A --watch src/main.tsx" 14 }, 15 "compilerOptions": { 16 "jsx": "react-jsx", 17 "jsxImportSource": "preact" 18 }, 19 "nodeModulesDir": "auto" 20}