mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: enisdenjo <badurinadenis@gmail.com> Co-authored-by: Denis Badurina <denis@domonda.com>
132 lines
4 KiB
JSON
132 lines
4 KiB
JSON
{
|
|
"name": "@hive/app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build:config": "tsup --out-dir . --loader \".mts=ts\" --format esm --target node16 next.config.mts",
|
|
"dev": "pnpm build:config && next dev",
|
|
"start": "node dist/index.js",
|
|
"build": "pnpm build:config && BUILD=1 bob runify --single",
|
|
"postbuild": "pnpm --filter @hive/app deploy dist/deploy && rimraf dist/node_modules && mv dist/deploy/node_modules dist && rimraf dist/deploy",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "1.6.10",
|
|
"@emotion/css": "11.10.0",
|
|
"@emotion/react": "11.10.0",
|
|
"@emotion/server": "11.10.0",
|
|
"@emotion/styled": "11.10.0",
|
|
"@graphiql/toolkit": "0.6.0",
|
|
"@graphql-tools/mock": "8.4.0",
|
|
"@monaco-editor/react": "4.3.1",
|
|
"@n1ru4l/react-time-ago": "1.1.0",
|
|
"@radix-ui/react-avatar": "0.1.4",
|
|
"@radix-ui/react-checkbox": "0.1.5",
|
|
"@radix-ui/react-dialog": "0.1.7",
|
|
"@radix-ui/react-dropdown-menu": "0.1.6",
|
|
"@radix-ui/react-popover": "0.1.6",
|
|
"@radix-ui/react-radio-group": "0.1.5",
|
|
"@radix-ui/react-select": "1.0.0",
|
|
"@radix-ui/react-switch": "0.1.4",
|
|
"@radix-ui/react-tabs": "0.1.5",
|
|
"@radix-ui/react-toggle-group": "0.1.5",
|
|
"@radix-ui/react-toolbar": "0.1.5",
|
|
"@sentry/nextjs": "7.12.1",
|
|
"@sentry/node": "7.12.1",
|
|
"@sentry/react": "7.12.1",
|
|
"@sentry/tracing": "7.12.1",
|
|
"@sentry/types": "7.12.1",
|
|
"@stripe/react-stripe-js": "1.7.2",
|
|
"@stripe/stripe-js": "1.29.0",
|
|
"@tanstack/react-table": "8.0.0-beta.8",
|
|
"@theguild/editor": "0.4.1",
|
|
"@urql/core": "2.3.6",
|
|
"@urql/devtools": "2.0.3",
|
|
"@urql/exchange-graphcache": "4.3.6",
|
|
"clsx": "1.1.1",
|
|
"cookies": "0.8.0",
|
|
"date-fns": "2.25.0",
|
|
"dompurify": "2.3.10",
|
|
"echarts": "5.3.2",
|
|
"echarts-for-react": "3.0.2",
|
|
"formik": "2.2.9",
|
|
"framer-motion": "4.1.17",
|
|
"graphiql": "1.7.2",
|
|
"graphql": "16.5.0",
|
|
"hyperid": "2.3.1",
|
|
"immer": "9.0.12",
|
|
"js-cookie": "3.0.1",
|
|
"monaco-editor": "0.27.0",
|
|
"monaco-themes": "0.3.3",
|
|
"next": "12.3.1",
|
|
"node-crisp-api": "1.12.3",
|
|
"react": "17.0.2",
|
|
"react-children-utilities": "2.7.1",
|
|
"react-date-range": "1.4.0",
|
|
"react-dom": "17.0.2",
|
|
"react-icons": "4.3.1",
|
|
"react-select": "5.4.0",
|
|
"react-string-replace": "0.4.4",
|
|
"react-virtualized-auto-sizer": "1.0.6",
|
|
"react-window": "1.8.7",
|
|
"regenerator-runtime": "0.13.9",
|
|
"snarkdown": "2.0.0",
|
|
"tailwindcss": "2.2.19",
|
|
"tslib": "2.4.0",
|
|
"twin.macro": "2.8.2",
|
|
"urql": "2.0.5",
|
|
"use-debounce": "6.0.1",
|
|
"valtio": "1.2.5",
|
|
"wonka": "4.0.15",
|
|
"yup": "0.32.11",
|
|
"supertokens-auth-react": "0.26.3",
|
|
"supertokens-node": "12.0.2",
|
|
"supertokens-js-override": "0.0.4",
|
|
"nextjs-cors": "2.1.1",
|
|
"@whatwg-node/fetch": "0.4.7",
|
|
"zod": "3.15.1",
|
|
"@trpc/client": "9.23.2"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/gql-tag-operations-preset": "1.7.0",
|
|
"@graphql-typed-document-node/core": "3.1.1",
|
|
"@next/eslint-plugin-next": "13.0.0",
|
|
"@tailwindcss/line-clamp": "0.3.1",
|
|
"@types/cookies": "0.7.7",
|
|
"@types/dompurify": "2.3.3",
|
|
"@types/express": "4.17.14",
|
|
"@types/react": "17.0.45",
|
|
"@types/react-date-range": "1.1.8",
|
|
"@types/react-dom": "17.0.17",
|
|
"@types/react-virtualized-auto-sizer": "1.0.1",
|
|
"@types/react-window": "1.8.5",
|
|
"@types/js-cookie": "3.0.2",
|
|
"@welldone-software/why-did-you-render": "7.0.1",
|
|
"autoprefixer": "10.4.7",
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
"eslint-plugin-react": "7.31.10",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-tailwindcss": "3.6.2",
|
|
"postcss": "8.4.13",
|
|
"rimraf": "3.0.2",
|
|
"tailwindcss": "2.2.19",
|
|
"tailwindcss-radix": "2.2.0",
|
|
"@hive/emails": "*",
|
|
"@hive/server": "*"
|
|
},
|
|
"babelMacros": {
|
|
"twin": {
|
|
"preset": "emotion"
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"runify": {
|
|
"next": {
|
|
"header": "./environment.ts"
|
|
}
|
|
},
|
|
"tags": [
|
|
"frontend"
|
|
]
|
|
}
|
|
}
|