1
0
Fork 0
docsearch/examples/js-demo/package.json
Algolia Bot 7857cf80b5
chore: release v3.8.3 (#2463)
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
2025-01-21 15:23:25 +01:00

19 lines
396 B
JSON

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