UNPKG

apos-docs

Version:

Documentation static site generator built with Eleventy.

48 lines (47 loc) 1.27 kB
{ "name": "apos-docs", "version": "0.2.2", "main": "index.js", "scripts": { "dev": "eleventy --serve", "build": "cross-env ELEVENTY_PRODUCTION=true eleventy" }, "repository": { "type": "git", "url": "git+https://github.com/Apostolique/apos-docs.git" }, "bugs": { "url": "https://github.com/Apostolique/apos-docs/issues" }, "keywords": [ "apos", "documentation" ], "author": "Jean-David Moisan", "license": "MIT", "homepage": "https://github.com/Apostolique/apos-docs#readme", "devDependencies": { "@11ty/eleventy": "^2.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0", "@tailwindcss/postcss": "^4.1.8", "@tailwindcss/typography": "^0.5.16", "clean-css-cli": "^5.4.2", "cross-env": "^7.0.3", "domutils": "^3.0.1", "fs-extra": "^11.1.0", "html-minifier": "^4.0.0", "htmlparser2": "^8.0.1", "js-yaml": "^4.1.0", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.4.1", "markdown-it-emoji": "^2.0.0", "markdown-it-footnote": "^3.0.3", "markdown-it-sub": "^1.0.0", "markdown-it-sup": "^1.0.0", "mkdirp": "^2.1.3", "npm-run-all": "^4.1.5", "postcss": "^8.4.12", "postcss-cli": "^10.1.0", "tailwindcss": "^4.1.8" } }