Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 23 lines 482 B view raw
1{ 2 "name": "with-solid-start", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "start": "vinxi dev", 8 "build": "vinxi build" 9 }, 10 "dependencies": { 11 "@solidjs/router": "^0.15.4", 12 "@solidjs/start": "^1.2.1", 13 "@urql/core": "^6.0.1", 14 "@urql/solid-start": "^0.1.0", 15 "graphql": "^16.9.0", 16 "solid-js": "^1.9.10", 17 "vinxi": "^0.5.0" 18 }, 19 "devDependencies": { 20 "vite": "^7.3.1", 21 "vite-plugin-solid": "^2.11.10" 22 } 23}