| { | |
| "name": "@tanstack/query-example-react-algolia", | |
| "private": true, | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@algolia/client-search": "5.2.1", | |
| "@tanstack/react-query": "^5.83.0", | |
| "@tanstack/react-query-devtools": "^5.83.0", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0" | |
| }, | |
| "devDependencies": { | |
| "@tanstack/eslint-plugin-query": "^5.81.2", | |
| "@types/react": "^18.2.79", | |
| "@types/react-dom": "^18.2.25", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "typescript": "5.8.3", | |
| "vite": "^6.2.4" | |
| } | |
| } | |