mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com>
24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "@hive/deployment",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lbrlabs/pulumi-grafana": "0.0.9",
|
|
"@manypkg/get-packages": "2.1.0",
|
|
"@pulumi/cloudflare": "4.16.0",
|
|
"@pulumi/kubernetes": "3.24.2",
|
|
"@pulumi/kubernetesx": "0.1.6",
|
|
"@pulumi/pulumi": "3.58.0",
|
|
"@pulumi/random": "4.12.0",
|
|
"js-yaml": "4.1.0",
|
|
"pg-connection-string": "2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "4.0.5",
|
|
"@types/mime-types": "2.1.1",
|
|
"@types/node": "18.15.5",
|
|
"typescript": "5.0.2"
|
|
}
|
|
}
|