This release is 1 version behind 0.9.4 — the latest version of @softdeluxe/deluxe-frontend. Jump to latest
@softdeluxe/deluxe-frontend@0.9.3
Util functions for deluxe eshop
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
82%
Published
2 months ago (0.9.3)
{ "name": "@softdeluxe/deluxe-frontend", "version": "0.9.3", "exports": "./mod.ts", "tasks": { "check": "deno check mod.ts && deno test -A --no-check tests/**", "check-full": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx", "publish": "deno task check && deno publish" }, "imports": { "rxjs": "npm:rxjs@8.0.0-alpha.14" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact", "lib": ["esnext", "DOM", "deno.ns"], "types": [] } }