console/package.json

129 lines
4.6 KiB
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"name": "graphql-hive",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "kamilkisiela/graphql-hive"
},
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"scripts": {
"seed": "node scripts/seed-local-env.js",
"postinstall": "husky install && node ./scripts/patch-manifests.js && pnpm env:sync && node ./scripts/turborepo-cleanup.js && node ./scripts/turborepo-setup.js",
2022-05-18 07:26:57 +00:00
"pre-commit": "lint-staged",
"prerelease": "pnpm build:libraries",
2022-05-18 07:26:57 +00:00
"release": "changeset publish",
"upload-sourcemaps": "./scripts/upload-sourcemaps.sh",
2022-05-18 07:26:57 +00:00
"test": "jest",
"lint": "eslint --cache --ignore-path .gitignore \"packages/**/*.{ts,tsx}\"",
"prettier": "prettier --cache --write --list-different .",
"lint:prettier": "prettier --cache --check .",
"setup": "pnpm --filter @hive/storage setup",
"generate": "pnpm --filter @hive/storage db:generate && pnpm graphql:generate",
2022-05-18 07:26:57 +00:00
"graphql:generate": "graphql-codegen",
"typecheck": "pnpm turbo typecheck --color",
"build": "pnpm graphql:generate && pnpm turbo build --color",
"build:libraries": "pnpm graphql:generate && pnpm turbo build --filter=./packages/libraries/* --color",
"build:web": "pnpm graphql:generate && pnpm turbo build --filter=./packages/web/* --color",
"build:services": "pnpm graphql:generate && pnpm turbo build --filter=./packages/services/* --color",
"build:local": "pnpm graphql:generate && pnpm turbo build-local --color",
2022-05-18 07:26:57 +00:00
"env:sync": "node ./scripts/sync-env-files.js",
"turbo": "env-cmd --silent turbo run",
"docker:build": "docker buildx bake -f docker.hcl --load build"
2022-05-18 07:26:57 +00:00
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-typescript": "7.18.6",
"@changesets/changelog-github": "0.4.6",
"@changesets/cli": "2.24.3",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/gql-tag-operations-preset": "1.7.0",
"@graphql-codegen/graphql-modules-preset": "2.5.4",
"@graphql-codegen/typed-document-node": "2.3.5",
"@graphql-codegen/typescript": "2.8.0",
"@graphql-codegen/typescript-graphql-request": "4.5.7",
"@graphql-codegen/typescript-operations": "2.5.5",
"@graphql-codegen/typescript-resolvers": "2.7.5",
2022-11-22 10:21:19 +00:00
"@sentry/cli": "2.9.0",
2022-05-18 07:26:57 +00:00
"@swc/core": "1.2.185",
"@theguild/prettier-config": "0.1.1",
"@types/jest": "29.2.0",
2022-05-18 07:26:57 +00:00
"@types/lru-cache": "7.6.1",
"@types/node": "16.11.22",
2022-11-09 10:55:07 +00:00
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"babel-jest": "29.0.3",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "4.0.0",
"dotenv": "16.0.3",
2022-05-18 07:26:57 +00:00
"env-cmd": "10.1.0",
2022-11-09 10:55:07 +00:00
"eslint": "8.27.0",
"eslint-plugin-hive": "file:./rules",
2022-05-18 07:26:57 +00:00
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "8.0.0",
2022-05-18 07:26:57 +00:00
"fs-extra": "10.1.0",
"glob": "8.0.3",
"graphql": "16.5.0",
2022-05-18 07:26:57 +00:00
"husky": "7.0.4",
"jest": "29.2.2",
2022-05-18 07:26:57 +00:00
"lint-staged": "11.2.6",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.11",
2022-05-18 07:26:57 +00:00
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
2022-11-23 09:52:58 +00:00
"tsup": "6.5.0",
2022-11-11 09:17:48 +00:00
"turbo": "1.6.3",
"typescript": "4.8.4"
2022-05-18 07:26:57 +00:00
},
"resolutions": {
"@emotion/react": "11.10.5",
2022-05-18 07:26:57 +00:00
"@types/react": "17.0.45",
"@urql/core": "2.3.6",
"graphql": "16.5.0",
feat: replace auth0 with supertokens (#303) * add supertoken container to docker-compose file * yeah I am sorry this one big commit and I am ashamed of it * use logOut function * feat: show header on 404 page * feat: better handling for organization cookie when not authenticated * wrap it * check session within server side props * add is_admin flag user migration * simplify and annotate the config * fix: handle status codes + fix email/password sign up with import from auth0 * no hardcoded env pls * decode process.env * secure update user id mapping via a key * fix: login form * lol we don't need to hit the API * fix: do graphql api authorization via authorization header instead of cookie * implement isAdmin flag * fix: types :) * skipit * yo we can run this * set env variables * disable because it annoys the hell out of me * use the right host * add not about token length * refactor: decode environment variables * feat: store external user id from guthub/google provider in the database * workaround supertokens omitting null values from the token * re-enable check * i have no time for this shit * add missing env variable * fix: email test; missing domain extension * configure pulumi deployment Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com> * configure pulumi deployment Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com> * configure pulumi deployment Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com> * configure pulumi deployment Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com> * fix: env names * fix: link google account to the correct db record * feat: email confirmation emails * ? * bump ts-node * fix types * omit package form the bundle * remove it from dependencies... * add emails apckage to dev deps * resolve eslint issues * remove comments * update dev info + change env variable (no need to expose it on the frontend) * use correct user id lol Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2022-09-06 07:38:31 +00:00
"ts-node": "10.9.1"
2022-05-18 07:26:57 +00:00
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*": [
"pretty-quick --staged"
],
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
"**/*.{js,cjs,mjs,ts,tsx}": [
"eslint --fix"
2022-05-18 07:26:57 +00:00
]
},
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"packageManager": "pnpm@7.14.2",
"pnpm": {
"patchedDependencies": {
"@n1ru4l/dockest@2.1.0-rc.6": "patches/@n1ru4l__dockest@2.1.0-rc.6.patch",
"@tgriesser/schemats@7.0.0": "patches/@tgriesser__schemats@7.0.0.patch",
"@theguild/buddy@0.1.0": "patches/@theguild__buddy@0.1.0.patch",
"atomic-sleep@1.0.0": "patches/atomic-sleep@1.0.0.patch",
"bullmq@1.81.4": "patches/bullmq@1.81.4.patch",
"mjml-core@4.13.0": "patches/mjml-core@4.13.0.patch",
2022-11-02 13:58:32 +00:00
"slonik@30.1.2": "patches/slonik@30.1.2.patch",
"bob-the-bundler@4.0.0": "patches/bob-the-bundler@4.0.0.patch",
"oclif@3.2.25": "patches/oclif@3.2.25.patch"
}
2022-05-18 07:26:57 +00:00
},
"version": "0.0.0"
}