Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
630 Bytes
{
"name": "hooks-next-example",
"version": "6.38.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"algoliasearch": "4.11.0",
"instantsearch.css": "7.4.5",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-server": "6.38.1",
"react-instantsearch-hooks-web": "6.38.1"
},
"devDependencies": {
"@types/node": "17.0.40",
"@types/react": "18.0.12",
"eslint": "8.4.0",
"eslint-config-next": "12.0.7",
"typescript": "4.5.4"
}
}