๐Ÿ“ฆ vercel / next.js

๐Ÿ“„ package.json ยท 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24{
  "private": true,
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "algoliasearch": "^4.22.0",
    "instantsearch.css": "^8.1.0",
    "instantsearch.js": "^4.63.0",
    "next": "latest",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-instantsearch": "^7.5.0",
    "react-instantsearch-nextjs": "^0.1.7"
  },
  "devDependencies": {
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "typescript": "^5.3.3"
  }
}