UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

86 lines 2.49 kB
{ "name": "altair-graphql-core", "description": "Several of the core logic for altair graphql client", "version": "8.2.5", "author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design)", "bugs": "https://github.com/altair-graphql/altair/issues", "dependencies": { "@angular/platform-browser": "17.0.8", "@apollo/client": "3.3.20", "abab": "2.0.6", "actioncable": "5.2.6", "ajv": "^8.11.2", "apollo-cache-inmemory": "1.6.6", "apollo-link": "1.2.14", "apollo-link-http": "1.5.17", "aws-appsync-auth-link": "3.0.7", "aws-appsync-subscription-link": "3.1.3", "color-name": "^2.0.0", "crypto-js": "3.3.0", "deepmerge": "4.2.2", "graphql": "15.5.1", "graphql-query-compress": "^1.2.4", "graphql-sse": "^2.5.3", "graphql-ws": "5.8.2", "json-bigint": "^1.0.0", "loglevel": "1.8.0", "loglevel-plugin-prefix": "0.8.4", "meros": "^1.3.0", "rxjs": "^7.8.1", "subscriptions-transport-ws": "0.9.19", "util": "0.12.4", "uuid": "9.0.1" }, "devDependencies": { "@angular/common": "17.0.8", "@jedmao/location": "^3.0.0", "@jest/globals": "^29.7.0", "@types/actioncable": "^5.2.5", "@types/chrome": "^0.0.209", "@types/color-name": "^1.1.4", "@types/crypto-js": "^4.0.1", "@types/firefox-webext-browser": "^109.0.0", "@types/jest": "^29.5.12", "@types/json-bigint": "^1.0.1", "@types/node": "^14.14.41", "@types/uuid": "^9.0.5", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "ajv-cli": "5.0.0", "change-case": "^5.4.4", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "msw": "^2.3.1", "prettier": "^3.2.5", "react": "17.0.2", "shx": "^0.3.4", "ts-jest": "^29.1.2", "ts-node": "9.1.1", "typescript": "^5.5.4", "typescript-json-schema": "0.50.1", "undici": "^6.19.1" }, "engines": { "node": ">= 12" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/altair" }, "homepage": "https://github.com/altair-graphql/altair#readme", "keywords": [ "altair", "graphql" ], "license": "MIT", "main": "./build/index.js", "repository": "altair-graphql/altair.git", "types": "./build/index.d.ts", "scripts": { "build": "node ./scripts/build.js", "bootstrap": "pnpm build", "test": "jest" } }