kulfon
Version:
Kulfon is a modern static site generator written in JavaScript.
97 lines (96 loc) • 2.13 kB
JSON
{
"name": "kulfon",
"description": "Kulfon is a modern static site generator written in JavaScript.",
"version": "0.42.0",
"main": "./core/index.js",
"devDependencies": {
"ava": "^3.10.1",
"debug": "^4.1.1",
"nixt": "^0.5.1"
},
"engines": {
"node": ">= 12.x.x"
},
"scripts": {
"test": "ava"
},
"keywords": [
"kulfon",
"static",
"generator",
"postcss",
"tailwindcss",
"markdown",
"org-mode",
"HTML",
"css",
"website",
"rollup",
"CMS"
],
"author": {
"name": "Zaiste",
"url": "https://github.com/zaiste"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/zaiste/kulfon"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@mapbox/rehype-prism": "^0.5.0",
"@tailwindcss/ui": "^0.3.1",
"axios": "^0.19.2",
"boxwood": "^0.40.1",
"chalk": "^4.1.0",
"chokidar": "^3.4.1",
"colors": "^1.4.0",
"deepmerge": "^4.2.2",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"getopts": "^2.2.5",
"global": "^4.4.0",
"gray-matter": "^4.0.2",
"hast-util-to-string": "^1.0.4",
"html-minifier": "^4.0.0",
"js-yaml": "^3.14.0",
"markdown-it": "^11.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-container": "^3.0.0",
"markdown-it-highlight-lines": "^1.0.2",
"markdown-it-toc-done-right": "^4.1.0",
"markdown-it-video": "^0.6.3",
"orga-rehype": "^1.7.0",
"orga-unified": "^1.8.16",
"postcss": "^7.0.32",
"postcss-preset-env": "^6.7.0",
"prismjs": "^1.20.0",
"refractor": "^3.0.0",
"rehype-prism": "^0.1.1",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.2",
"remark-rehype": "^7.0.0",
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0",
"rsyncwrapper": "^3.0.1",
"sha1": "^1.1.1",
"sharp": "^0.25.4",
"sitemap": "^5.1.0",
"slugify": "^1.4.4",
"sugar-date": "^2.0.6",
"svgo": "^1.3.2",
"tailwindcss": "^1.5.1",
"tmp": "^0.2.1",
"uglify-es": "^3.3.9",
"unified": "^9.0.0",
"unist-builder": "^2.0.3",
"unist-util-map": "^2.0.1",
"unist-util-visit": "^2.0.3",
"upath": "^1.2.0",
"yargs": "^15.4.1"
},
"bin": {
"kulfon": "cli.js"
}
}