UNPKG

@rettangoli/sites

Version:

Generate static sites using Markdown and YAML. Straightforward, zero-complexity. Complete toolkit for landing pages, blogs, documentation, admin dashboards, and more.git remote add origin git@github.com:yuusoft-org/sitic.git

56 lines (55 loc) 1.29 kB
{ "name": "@rettangoli/sites", "version": "0.2.0-rc7", "description": "Generate static sites using Markdown and YAML. Straightforward, zero-complexity. Complete toolkit for landing pages, blogs, documentation, admin dashboards, and more.git remote add origin git@github.com:yuusoft-org/sitic.git", "author": { "name": "Luciano Hanyon Wu", "email": "han4wluc@yuusoft.com" }, "main": "./src/index.js", "exports": { ".": "./src/index.js", "./cli": "./src/cli/index.js" }, "files": [ "src", "components", "templates" ], "dependencies": { "jempl": "^0.3.1-rc1", "js-yaml": "^4.1.0", "markdown-it": "^14.1.0", "minimatch": "^10.0.3", "playwright": "^1.55.0", "sharp": "^0.34.3", "ws": "^8.18.0", "yahtml": "^0.0.2-rc1" }, "devDependencies": { "memfs": "^4.36.0", "puty": "^0.0.4" }, "scripts": { "test": "vitest run --reporter=verbose" }, "type": "module", "license": "MIT", "keywords": [ "static", "site", "generator", "markdown", "yaml", "landing", "page", "blog", "documentation", "admin", "dashboard" ], "bugs": { "url": "https://github.com/yuusoft-org/sitic/issues" }, "homepage": "https://github.com/yuusoft-org/sitic#readme" }