| { | |
| "name": "example-next", | |
| "version": "6.38.1", | |
| "private": true, | |
| "license": "MIT", | |
| "scripts": { | |
| "dev": "next", | |
| "build": "next build", | |
| "start": "next start" | |
| }, | |
| "jest": { | |
| "transform": { | |
| "^.+\\.(js|jsx|ts|tsx)$": [ | |
| "babel-jest", | |
| { | |
| "presets": [ | |
| "next/babel" | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| "dependencies": { | |
| "algoliasearch": "4.11.0", | |
| "next": "12.3.1", | |
| "qs": "6.8.0", | |
| "react": "17.0.2", | |
| "react-dom": "17.0.2", | |
| "react-instantsearch-dom": "6.38.1" | |
| } | |
| } | |