Skip to main content
Home

Built and signed on GitHub Actions

The atomic design kit for Proconex.

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
100%
Published
a year ago (0.0.40)
Package root>deno.jsonc
{ "name": "@proconex/atomic-design-kit", "version": "0.0.40", "exports": { ".": "./mod.ts" }, "tasks": { "build": "deno task build:fmt && deno task build:lint && deno task publish:check && deno task test", "build:fmt": "deno fmt", "build:lint": "deno lint", "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx", "deploy": "deno task build && ftm git", "publish:check": "deno publish --dry-run --allow-dirty", "test": "deno test -A ./tests/tests.ts --coverage=cov", "version": "deno run -A jsr:@fathym/common@0/build/version" }, "imports": { "preact": "npm:preact@10.20.1", "preact/jsx-runtime": "npm:preact@10.20.1/jsx-runtime" }, "exclude": [ "**/_eac-runtime/*" ], "lint": { "include": [ "apps/", "configs/", "src/", "tests/" ], "exclude": [], "rules": { "tags": [ "recommended" ], "include": [ "ban-untagged-todo" ], "exclude": [] } }, "fmt": { "include": [ "apps/", "configs/", "src/", "tests/" ], "exclude": [], "indentWidth": 2, "lineWidth": 100, "proseWrap": "preserve", "semiColons": true, "singleQuote": true, "useTabs": false }, "unstable": [ "kv" ], "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "lock": false }