@nolebase/vitepress-plugin-highlight-targeted-heading
Version:
A VitePress plugin blinks to highlight the heading element when targeted and clicked.
63 lines • 1.66 kB
JSON
{
"name": "@nolebase/vitepress-plugin-highlight-targeted-heading",
"type": "module",
"version": "2.16.0",
"description": "A VitePress plugin blinks to highlight the heading element when targeted and clicked.",
"author": {
"name": "Nólëbase",
"email": "nolebase@ayaka.moe",
"url": "https://github.com/nolebase"
},
"license": "MIT",
"homepage": "https://nolebase-integrations.ayaka.io/pages/en/integrations/vitepress-plugin-highlight-targeted-heading/",
"repository": {
"type": "git",
"url": "https://github.com/nolebase/integrations.git",
"directory": "packages/vitepress-plugin-highlight-targeted-heading"
},
"keywords": [
"vitepress",
"nolebase",
"a11y",
"readabilities",
"markdown",
"vitepress-plugin",
"nolebase-integration"
],
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./dist/client/index.d.ts",
"import": "./dist/client/index.mjs",
"require": "./dist/client/index.js"
},
"./client": {
"types": "./dist/client/index.d.ts",
"import": "./dist/client/index.mjs",
"require": "./dist/client/index.js"
},
"./client/style.css": "./dist/client/style.css"
},
"main": "./dist/client/index.js",
"module": "./dist/client/index.mjs",
"types": "./dist/client/index.d.ts",
"files": [
"README.md",
"dist",
"package.json"
],
"peerDependencies": {
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
},
"dependencies": {
"less": "^4.3.0"
},
"scripts": {
"dev": "unbuild --stub",
"stub": "unbuild --stub",
"build": "unbuild",
"typecheck": "vue-tsc --noEmit"
}
}