Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 536 B view raw
1{ 2 "name": "with-react-native", 3 "version": "0.0.0", 4 "private": true, 5 "scripts": { 6 "android": "react-native run-android", 7 "ios": "react-native run-ios", 8 "start": "react-native start" 9 }, 10 "dependencies": { 11 "@urql/core": "^6.0.1", 12 "graphql": "^16.6.0", 13 "react": "18.2.0", 14 "react-native": "0.71.4", 15 "urql": "^5.0.1" 16 }, 17 "devDependencies": { 18 "@babel/core": "^7.12.9", 19 "@babel/preset-env": "^7.20.2", 20 "@babel/runtime": "^7.12.5", 21 "metro-react-native-babel-preset": "^0.76.0" 22 } 23}