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