UNPKG

@x-govuk/govuk-eleventy-plugin

Version:

Write documentation using Markdown and publish it using GOV.UK styles

101 lines (100 loc) 2.95 kB
{ "name": "@x-govuk/govuk-eleventy-plugin", "version": "7.0.1", "description": "Write documentation using Markdown and publish it using GOV.UK styles", "keywords": [ "govuk", "government", "eleventy", "eleventy-plugin" ], "homepage": "https://x-govuk.github.io/govuk-eleventy-plugin/", "bugs": { "url": "git+https://github.com/x-govuk/govuk-eleventy-plugin/issues" }, "contributors": [ { "name": "Paul Robert Lloyd", "url": "https://paulrobertlloyd.com" } ], "license": "MIT", "files": [ "src" ], "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/x-govuk/govuk-eleventy-plugin.git" }, "scripts": { "prebuild": "rimraf _site", "postbuild": "npm run build:example", "build": "eleventy", "build:example": "eleventy --config=example.config.js", "predev": "npm run build", "dev": "eleventy --serve --watch", "start": "eleventy --serve", "lint:prettier": "prettier . --check", "lint:prettier:fix": "prettier . --write", "lint:js": "eslint '**/*.js'", "lint:js:fix": "eslint '**/*.js' --fix", "lint:scss": "stylelint '**/*.scss'", "lint:scss:fix": "stylelint '**/*.scss' --fix", "lint": "npm run lint:prettier && npm run lint:js && npm run lint:scss", "lint:fix": "npm run lint:prettier:fix && npm run lint:js:fix && npm run lint:scss:fix", "test": "node --test", "coverage": "node --test --experimental-test-coverage", "release": "np" }, "publishConfig": { "access": "public" }, "dependencies": { "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-navigation": "^1.0.0", "@11ty/eleventy-plugin-rss": "^2.0.0", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@x-govuk/govuk-prototype-components": "^4.0.0", "deepmerge": "^4.2.2", "govuk-frontend": "^5.6.0", "luxon": "^3.0.1", "markdown-it-abbr": "^2.0.0", "markdown-it-anchor": "^9.0.0", "markdown-it-deflist": "^3.0.0", "markdown-it-footnote": "^4.0.0", "markdown-it-govuk": "^0.5.0", "markdown-it-image-figures": "^2.0.0", "markdown-it-ins": "^4.0.0", "markdown-it-mark": "^4.0.0", "markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0", "markdown-it-table-of-contents": "^0.9.0", "rimraf": "^6.0.0", "rollup": "^4.1.0", "sass": "^1.45.1", "smartypants": "^0.2.0" }, "devDependencies": { "@x-govuk/eslint-config": "^0.0.1", "@x-govuk/govuk-eleventy-plugin": "file:./", "np": "^10.0.0", "prettier": "^3.1.0", "stylelint": "^16.0.0", "stylelint-config-gds": "^2.0.0", "stylelint-order": "^7.0.0" }, "engines": { "node": ">=22" }, "type": "module", "exports": { ".": { "import": "./src/index.js", "module-sync": "./src/index.js", "sass": "./src/index.scss" } } }