Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 375 B view raw
1{ 2 "name": "with-vue3", 3 "version": "0.0.0", 4 "private": true, 5 "scripts": { 6 "start": "vite", 7 "build": "vite build", 8 "serve": "vite preview" 9 }, 10 "dependencies": { 11 "@urql/core": "^6.0.1", 12 "@urql/vue": "^2.0.0", 13 "graphql": "^16.6.0", 14 "vue": "^3.2.47" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-vue": "^4.1.0", 18 "vite": "^4.2.0" 19 } 20}