altair-graphql-core
Version:
Several of the core logic for altair graphql client
95 lines • 2.7 kB
JSON
{
"name": "altair-graphql-core",
"description": "Several of the core logic for altair graphql client",
"version": "8.5.7",
"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.8",
"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",
"object-path": "0.11.5",
"rxjs": "^7.8.1",
"subscriptions-transport-ws": "0.9.19",
"util": "0.12.4",
"uuid": "^14.0.0",
"zod": "4.1.13"
},
"devDependencies": {
"@angular/common": "17.0.8",
"@jedmao/location": "^3.0.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/json-bigint": "^1.0.1",
"@types/node": "25.5.0",
"@types/object-path": "^0.11.0",
"@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",
"msw": "^2.3.1",
"prettier": "^3.2.5",
"react": "17.0.2",
"shx": "^0.3.4",
"ts-node": "9.1.1",
"typescript": "5.9.3",
"typescript-json-schema": "^0.67.1",
"undici": "^6.19.1",
"vitest": "4.1.5",
"@vitest/coverage-v8": "4.1.5"
},
"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": {
"type": "git",
"url": "https://github.com/altair-graphql/altair.git"
},
"types": "./build/index.d.ts",
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "node ./scripts/build.js",
"bootstrap": "pnpm build",
"test": "vitest",
"test:coverage": "vitest run --coverage"
}
}