File size: 630 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "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"
  }
}