Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 406 B view raw
1{ 2 "name": "with-graphcache-pagination", 3 "version": "0.0.0", 4 "private": true, 5 "scripts": { 6 "start": "vite" 7 }, 8 "dependencies": { 9 "@urql/core": "^6.0.1", 10 "@urql/exchange-graphcache": "^8.1.0", 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 "urql": "^5.0.1" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0", 18 "vite": "^4.2.0" 19 } 20}