astro-pagefind
Version:
Astro integration for Pagefind static site search
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "astro-pagefind",
"version": "2.0.1",
"description": "Astro integration for Pagefind static site search",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./components/*": "./src/components/*"
},
"files": [
"src"
],
"scripts": {
"build": "tsc --noEmit",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/shishkin/astro-pagefind.git"
},
"homepage": "https://github.com/shishkin/astro-pagefind",
"keywords": [
"astro",
"astro-component",
"astro-integration",
"withastro",
"pagefind",
"search",
"ui"
],
"author": "Sergey Shishkin <sergey@shishkin.org>",
"license": "MIT",
"peerDependencies": {
"astro": "^2.0.4 || ^3 || ^4 || ^5 || ^6 || ^7"
},
"devDependencies": {
"@astrojs/check": "0.9.9",
"@astrojs/markdown-remark": "7.2.0",
"astro": "7.0.5",
"semantic-release": "25.0.5",
"typescript": "6.0.3"
},
"dependencies": {
"@pagefind/component-ui": "^1.5.0",
"pagefind": "^1.5.0",
"sirv": "^3.0.0"
}
}