mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
35 lines
980 B
JSON
35 lines
980 B
JSON
{
|
|
"name": "hive",
|
|
"version": "9.4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"generate": "tsx generate.ts",
|
|
"publish": "echo 'Publish is done through the CD pipeline - see .github/workflows/release-stable.yaml'",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lbrlabs/pulumi-grafana": "0.1.0",
|
|
"@manypkg/get-packages": "2.2.2",
|
|
"@pulumi/aws": "7.12.0",
|
|
"@pulumi/cloudflare": "4.16.0",
|
|
"@pulumi/command": "1.0.1",
|
|
"@pulumi/kubernetes": "4.24.1",
|
|
"@pulumi/kubernetesx": "0.1.6",
|
|
"@pulumi/pulumi": "3.214.0",
|
|
"@pulumi/random": "4.18.2",
|
|
"js-yaml": "4.1.1",
|
|
"pg-connection-string": "2.9.1",
|
|
"prettier": "3.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-hive/gateway": "^2.1.19",
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/mime-types": "2.1.4",
|
|
"@types/node": "22.10.5",
|
|
"@types/tmp": "0.2.6",
|
|
"json-schema-to-typescript": "15.0.3",
|
|
"tmp": "0.2.5",
|
|
"tsx": "4.19.2",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|