1
0
Fork 0
docsearch/examples/js-demo/package.json
InstantSearch 6c14758b56
chore: release v3.0.0 (#1311)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-02-22 12:52:15 +01:00

18 lines
394 B
JSON

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