console/packages/services/api/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"name": "@hive/api",
"version": "0.0.1",
"type": "module",
2022-05-18 07:26:57 +00:00
"license": "MIT",
"private": true,
"engines": {
"node": ">=12"
},
2022-05-18 07:26:57 +00:00
"peerDependencies": {
"graphql": "^16.0.0",
"reflect-metadata": "^0.1.0"
},
"dependencies": {
"@graphql-inspector/core": "3.2.0",
2022-11-10 11:43:24 +00:00
"@graphql-tools/load-files": "6.6.1",
"@graphql-tools/schema": "9.0.9",
"@octokit/app": "12.0.7",
2022-11-22 10:21:19 +00:00
"@sentry/node": "7.20.1",
"@sentry/types": "7.20.1",
2022-05-18 07:26:57 +00:00
"@slack/web-api": "6.4.0",
"@theguild/buddy": "0.1.0",
"@trpc/client": "9.23.2",
"@whatwg-node/fetch": "0.4.7",
2022-05-18 07:26:57 +00:00
"abort-controller": "3.0.0",
"agentkeepalive": "4.2.1",
2022-05-18 07:26:57 +00:00
"dataloader": "2.0.0",
"date-fns": "2.25.0",
"got": "12.5.3",
2022-05-18 07:26:57 +00:00
"graphql-modules": "2.0.0",
"graphql-parse-resolve-info": "4.12.3",
2022-05-18 07:26:57 +00:00
"graphql-scalars": "1.12.0",
"graphql-yoga": "3.0.0-next.12",
2022-05-18 07:26:57 +00:00
"human-id": "2.0.1",
"ioredis": "4.28.5",
2022-05-18 07:26:57 +00:00
"jsonwebtoken": "8.5.1",
"jwks-rsa": "2.0.5",
2022-05-18 07:26:57 +00:00
"lodash": "4.17.21",
"lru-cache": "7.9.0",
"ms": "2.1.3",
"p-retry": "5.1.1",
"p-timeout": "5.0.2",
"param-case": "3.0.4",
"supertokens-node": "12.0.5",
New redesign (#4) * New redesign * Use latest nextjs and bob It fixes the start command * fix: text overflow issue in the organization switcher dropdown (#14) * fix: text overflow issue in the organization switcher dropdown * feat: strict children typings * Force dark mode (#15) If somebody used the light mode before, Hive App displays light version of tailwind classes * Fix dev, GH app optional, project type instead of Connected (#16) * Make Github integration optional * Show project type instead of Connected * Fix dev command * Small changes to the version card (#17) * Small changes to the version card * Apply suggestions from code review * Polish (#18) * Make the design a bit more clean * Add a bit of separation * Apply suggestions from code review Co-authored-by: Dimitri POSTOLOV <en3m@ya.ru> Co-authored-by: Dimitri POSTOLOV <en3m@ya.ru> * fix: do not access properties on potential undefined variable (#33) * fix: renaming not being added during rebase (#32) * feat: add Mutation.createToken validation (#30) * Remove `#` from organization pages, polish subcription page (#34) * Remove `#` from project/target pages (#38) * fix: add missing service names for multi service projects (#35) * Re-design subscription (#40) * Missing list of changes in the schema diff view (#41) * Missing list of changes in the schema diff view Closes #19 * Apply suggestions from code review Co-authored-by: Dimitri POSTOLOV <en3m@ya.ru> * Move titleMap outside of the component Co-authored-by: Dimitri POSTOLOV <en3m@ya.ru> * Blurred fixed header + new `404` page + use `@theguild/prettier-config` (#44) * fix header * make things amazing * Update packages/web/app/pages/404.tsx * fix build * remove unused styles * Add --fix to lint-staged (#43) * Fix access (#45) * Fix access on organization level * Fix access on project level * Fix access on target level * Align with main * Bring back schema view (#49) * Add missing Mark as Valid button (#50) * Update the design of the operations view (#51) * Update doc link Co-authored-by: Dotan Simha <dotansimha@gmail.com> Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com> Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2022-05-24 07:41:53 +00:00
"uuid": "8.3.2",
"zod": "3.15.1"
2022-05-18 07:26:57 +00:00
},
"devDependencies": {
"@graphql-hive/core": "0.2.3",
"@hive/emails": "workspace:*",
"@hive/schema": "workspace:*",
"@hive/tokens": "workspace:*",
"@hive/webhooks": "workspace:*",
"@types/ioredis": "4.28.10",
"@types/ioredis-mock": "5.6.0",
2022-05-18 07:26:57 +00:00
"@types/lodash": "4.14.182",
"@types/lru-cache": "7.6.1",
"@types/ms": "0.7.31",
"@types/uuid": "8.3.4",
"ioredis-mock": "7.4.0",
"tslib": "2.4.1"
2022-05-18 07:26:57 +00:00
}
}