1
0
Fork 0
docsearch/examples/js-demo/package.json
InstantSearch c5eb841d74
chore: release v3.0.0-alpha.41 (#1062)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2021-10-18 10:35:52 +02:00

18 lines
421 B
JSON

{
"name": "@docsearch/js-example",
"description": "DocSearch v3 Vanilla JavaScript example",
"version": "3.0.0-alpha.41",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0-alpha.41",
"@docsearch/js": "3.0.0-alpha.41"
},
"devDependencies": {
"parcel": "2.0.0-beta.2"
}
}