1
0
Fork 0
docsearch/examples/js-demo/package.json
2022-06-24 11:45:48 +02:00

19 lines
414 B
JSON

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