UNPKG

docusaurus-theme-frontmatter

Version:

Docusaurus theme plugin to expose front matter through a component hook

69 lines (68 loc) 1.72 kB
{ "name": "docusaurus-theme-frontmatter", "description": "Docusaurus theme plugin to expose front matter through a component hook", "version": "1.3.0", "author": { "name": "roydukkey", "email": "contact@changelog.me", "url": "http://changelog.me" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/roydukkey/docusaurus-theme-frontmatter.git" }, "homepage": "https://github.com/roydukkey/docusaurus-theme-frontmatter#readme", "bugs": { "url": "https://github.com/roydukkey/docusaurus-theme-frontmatter/issues" }, "keywords": [ "docusaurus", "docusaurus-plugin", "front-matter", "frontmatter", "front", "matter", "gray-matter", "graymatter", "gray", "matter" ], "main": "./dist/index.js", "types": "./dist/types.d.ts", "engines": { "node": ">=14" }, "devDependencies": { "@docusaurus/module-type-aliases": "2.0.0-beta.22", "@docusaurus/theme-classic": "2.0.0-beta.22", "@roydukkey/eslint-config": "^1.0.10", "@typescript-eslint/eslint-plugin": "^5.9.0", "@typescript-eslint/parser": "^5.9.0", "clean-package": "^2.1.1", "cspell": "^5.15.1", "eslint": "^8.6.0", "eslint-plugin-tsdoc": "^0.2.14", "react": "^16.14.0", "react-dom": "^16.14.0", "tslib": "^2.3.1", "typescript": "^4.5.4", "webpack": "^5.65.0" }, "peerDependencies": { "@docusaurus/plugin-content-docs": "^2.0.0-beta.22", "@docusaurus/plugin-content-pages": "^2.0.0-beta.22", "@docusaurus/theme-classic": "^2.0.0-beta.22" }, "peerDependenciesMeta": { "@docusaurus/plugin-content-docs": { "optional": true }, "@docusaurus/plugin-content-pages": { "optional": true }, "@docusaurus/theme-classic": { "optional": true } } }