Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
1{ 2 "name": "example", 3 "private": true, 4 "version": "1.0.0", 5 "description": "", 6 "main": "index.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "author": "", 11 "license": "ISC", 12 "dependencies": { 13 "@graphql-typed-document-node/core": "^3.2.0", 14 "@urql/core": "^3.0.0", 15 "graphql": "^16.8.1", 16 "urql": "^4.0.6" 17 }, 18 "devDependencies": { 19 "@0no-co/graphqlsp": "file:../graphqlsp", 20 "@graphql-codegen/cli": "^5.0.0", 21 "@graphql-codegen/client-preset": "^4.1.0", 22 "@types/react": "^18.2.45", 23 "ts-node": "^10.9.1", 24 "typescript": "^5.3.3" 25 } 26}