* 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
19 lines
396 B
JSON
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"
|
|
}
|
|
}
|