1
0
Fork 0
docsearch/examples/js-demo/package.json
InstantSearch e37161ae7e
chore: release v3.0.0-alpha.38 (#1032)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2021-07-23 12:01:14 +02:00

18 lines
421 B
JSON

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