create-instantsearch-app
Version:
⚡️ Build InstantSearch apps at the speed of thought
22 lines (21 loc) • 450 B
JSON
{
"name": "{{name}}",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"algoliasearch": "4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch": "{{libraryVersion}}"
},
"devDependencies": {
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"parcel": "2.5.0",
"typescript": "4.7.4"
}
}