Skip to main content
Module

x/ana_components/deno.json

🧱 UI library for Ana
Go to Latest
File
{ "tasks": { "start": "deno run -A --watch=static/,routes/ dev.ts", "sass": "sass -w src/scss/index.scss static/style.css", "sass-playground": "sass -w src/scss/playground.scss static/playground.css", "sass-out": "sass -w src/scss/styles.scss ../ana-components-docs/static/styles.css" }, "importMap": "./import_map.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }}