Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
albnnc/storybookIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
35%
Published
a year ago (0.1.2)
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657{ "name": "@albnnc/storybook", "version": "0.1.2", "tasks": { "fmt": "dprint fmt", "fmt:check": "dprint check", "lint:check": "deno lint" }, "exclude": ["./**/.git", "./**/.target"], "lock": false, "imports": { "@albnnc/nvil": "jsr:@albnnc/nvil@^0.7.5", "@deno/graph": "jsr:@deno/graph@^0.81.2", "@emotion/react": "npm:@emotion/react@^11.11.1", "@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.10.3", "@std/assert": "jsr:@std/assert@^1.0.2", "@std/async": "jsr:@std/async@^1.0.3", "@std/collections": "jsr:@std/collections@^1.0.5", "@std/datetime": "jsr:@std/datetime@^0.225.0", "@std/fmt": "jsr:@std/fmt@^1.0.0", "@std/fs": "jsr:@std/fs@^1.0.1", "@std/http": "jsr:@std/http@^1.0.3", "@std/jsonc": "jsr:@std/jsonc@^1.0.0", "@std/log": "jsr:@std/log@^0.224.5", "@std/net": "jsr:@std/net@^1.0.0", "@std/path": "jsr:@std/path@^0.225.2", "@types/react": "npm:@types/react@^18.3", "esbuild": "npm:esbuild@^0.23.1", "mustache": "npm:mustache@4.2.0", "react-dom": "npm:react-dom@^18.3.1", "react-router-dom": "npm:react-router-dom@^6.23.1", "react": "npm:react@^18.3.1" }, "exports": { ".": "./mod.ts" }, "publish": { "exclude": [ "./.editorconfig", "./.github", "./.gitignore", "./dprint.json", "./examples" ] }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "@emotion/react", "lib": [ "esnext", "dom", "dom.iterable", "dom.asynciterable", "deno.ns" ] } }