Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 21 lines 440 B view raw
1{ 2 "name": "with-graphcache-updates", 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-auth": "^3.0.0", 11 "@urql/exchange-graphcache": "^9.0.0", 12 "graphql": "^16.6.0", 13 "react": "^18.2.0", 14 "react-dom": "^18.2.0", 15 "urql": "^5.0.1" 16 }, 17 "devDependencies": { 18 "@vitejs/plugin-react": "^3.1.0", 19 "vite": "^4.2.0" 20 } 21}