1
0
Fork 0
docsearch/examples/demo-js/package.json
Vasco Bettencourt 5381e76126
fix(docsearch-js): resultsFooterComponent not working in JS CDN version (#2786)
* fix: resultsFooterComponent not working in JS CDN version

* fix: ci

* feat: implement htm templates

* fix: ci

* fix

* fix

* fix: ci

* fix: types

* fix: rollup

* fix: ci

* fix

* feat: add hitComponent updated docs

* fix: formatting
2025-10-15 09:57:00 +01:00

19 lines
396 B
JSON

{
"name": "@docsearch/js-example",
"description": "DocSearch v4 Vanilla JavaScript example",
"version": "4.2.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@docsearch/css": "4.2.0",
"@docsearch/js": "4.2.0"
},
"devDependencies": {
"vite": "^6.0.7"
}
}