mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
32 lines
822 B
JSON
32 lines
822 B
JSON
{
|
|
"name": "@hive/deployment",
|
|
"private": true,
|
|
"scripts": {
|
|
"generate": "tsx generate.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lbrlabs/pulumi-grafana": "0.1.0",
|
|
"@manypkg/get-packages": "2.2.1",
|
|
"@pulumi/cloudflare": "4.16.0",
|
|
"@pulumi/kubernetes": "4.11.0",
|
|
"@pulumi/kubernetesx": "0.1.6",
|
|
"@pulumi/pulumi": "3.116.1",
|
|
"@pulumi/random": "4.16.1",
|
|
"js-yaml": "4.1.0",
|
|
"pg-connection-string": "2.6.4",
|
|
"prettier": "3.2.5",
|
|
"tar-stream": "3.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/mime-types": "2.1.4",
|
|
"@types/node": "20.12.12",
|
|
"@types/tar-stream": "3.1.3",
|
|
"@types/tmp": "0.2.6",
|
|
"json-schema-to-typescript": "14.0.4",
|
|
"tmp": "0.2.3",
|
|
"tsx": "4.10.3",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|