@nolebase/vitepress-plugin-thumbnail-hash
Version:
A VitePress plugin that scan and generate data with blurhash, thumbhash hashing algorithm for images, as well as a standalone component to render images with blurhash and thumbhash.
82 lines • 2.19 kB
JSON
{
"name": "@nolebase/vitepress-plugin-thumbnail-hash",
"type": "module",
"version": "2.17.2",
"description": "A VitePress plugin that scan and generate data with blurhash, thumbhash hashing algorithm for images, as well as a standalone component to render images with blurhash and thumbhash.",
"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-thumbnail-hash/",
"repository": {
"type": "git",
"url": "https://github.com/nolebase/integrations.git",
"directory": "packages/vitepress-plugin-thumbnail-hash"
},
"keywords": [
"vitepress",
"nolebase",
"markdown",
"thumbhash",
"blurhash",
"unlazy",
"vite",
"vitepress-plugin",
"nolebase-integration"
],
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./dist/vite/index.d.ts",
"import": "./dist/vite/index.mjs",
"require": "./dist/vite/index.cjs"
},
"./client": {
"types": "./dist/client/index.d.ts",
"import": "./dist/client/index.mjs",
"require": "./dist/client/index.js"
},
"./client/style.css": "./dist/client/style.css",
"./vite": {
"types": "./dist/vite/index.d.ts",
"import": "./dist/vite/index.mjs",
"require": "./dist/vite/index.cjs"
}
},
"main": "./dist/vite/index.cjs",
"module": "./dist/vite/index.mjs",
"types": "./dist/vite/index.d.ts",
"files": [
"README.md",
"dist",
"package.json"
],
"peerDependencies": {
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
},
"dependencies": {
"@unlazy/vue": "^0.12.4",
"canvaskit-wasm": "^0.40.0",
"colorette": "^2.0.20",
"less": "^4.3.0",
"ora": "^8.2.0",
"thumbhash": "^0.1.1",
"tinyglobby": "^0.2.14",
"uncrypto": "^0.1.3",
"unlazy": "^0.12.4"
},
"devDependencies": {
"builtin-modules": "^5.0.0",
"fs-extra": "^11.3.0"
},
"scripts": {
"dev": "unbuild --stub",
"stub": "unbuild --stub",
"build": "unbuild",
"typecheck": "vue-tsc --noEmit"
}
}