mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
135 lines
4.5 KiB
JSON
135 lines
4.5 KiB
JSON
{
|
|
"name": "@hive/app",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"analyze": "pnpm build:config && ANALYZE=1 next build",
|
|
"build": "pnpm build:config && BUILD=1 next build && tsx ../../../scripts/runify.ts",
|
|
"build-storybook": "storybook build",
|
|
"build:config": "tsup-node --no-splitting --out-dir . --loader \".mts=ts\" --format esm --target node18 next.config.mts",
|
|
"dev": "pnpm build:config && next dev | pino-pretty",
|
|
"postbuild": "pnpm --filter @hive/app deploy --prod --no-optional deploy-tmp/web && rimraf dist/node_modules && mv deploy-tmp/web/node_modules dist && rimraf deploy-tmp/web",
|
|
"start": "node dist/index.js",
|
|
"storybook": "storybook dev -p 6006",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@graphiql/react": "0.18.0-alpha.0",
|
|
"@graphiql/toolkit": "0.8.4",
|
|
"@graphql-tools/mock": "9.0.0",
|
|
"@headlessui/react": "1.7.15",
|
|
"@monaco-editor/react": "4.5.1",
|
|
"@n1ru4l/react-time-ago": "1.1.0",
|
|
"@radix-ui/react-accordion": "1.1.2",
|
|
"@radix-ui/react-avatar": "1.0.3",
|
|
"@radix-ui/react-checkbox": "1.0.4",
|
|
"@radix-ui/react-dialog": "1.0.4",
|
|
"@radix-ui/react-dropdown-menu": "2.0.5",
|
|
"@radix-ui/react-icons": "1.3.0",
|
|
"@radix-ui/react-popover": "1.0.6",
|
|
"@radix-ui/react-radio-group": "1.1.3",
|
|
"@radix-ui/react-select": "1.2.2",
|
|
"@radix-ui/react-slider": "1.1.2",
|
|
"@radix-ui/react-slot": "1.0.2",
|
|
"@radix-ui/react-switch": "1.0.3",
|
|
"@radix-ui/react-tabs": "1.0.4",
|
|
"@radix-ui/react-toggle-group": "1.0.4",
|
|
"@radix-ui/react-toolbar": "1.0.4",
|
|
"@radix-ui/react-tooltip": "1.0.6",
|
|
"@repeaterjs/repeater": "3.0.4",
|
|
"@sentry/nextjs": "7.59.3",
|
|
"@stripe/react-stripe-js": "2.1.1",
|
|
"@stripe/stripe-js": "1.54.1",
|
|
"@tanstack/react-table": "8.0.0-beta.8",
|
|
"@theguild/editor": "1.2.5",
|
|
"@trpc/client": "10.31.0",
|
|
"@trpc/server": "10.31.0",
|
|
"@urql/core": "4.0.10",
|
|
"@urql/exchange-graphcache": "6.1.4",
|
|
"@urql/exchange-persisted": "4.0.1",
|
|
"@whatwg-node/fetch": "0.9.9",
|
|
"class-variance-authority": "0.6.0",
|
|
"clsx": "1.2.1",
|
|
"cookies": "0.8.0",
|
|
"date-fns": "2.30.0",
|
|
"dompurify": "3.0.3",
|
|
"echarts": "5.4.2",
|
|
"echarts-for-react": "3.0.2",
|
|
"formik": "2.2.9",
|
|
"graphiql": "3.0.0-alpha.0",
|
|
"graphql": "16.6.0",
|
|
"hyperid": "3.1.1",
|
|
"immer": "10.0.2",
|
|
"js-cookie": "3.0.5",
|
|
"json-schema-typed": "8.0.1",
|
|
"json-schema-yup-transformer": "1.6.12",
|
|
"lucide-react": "0.248.0",
|
|
"monaco-editor": "0.39.0",
|
|
"monaco-themes": "0.4.4",
|
|
"next": "13.4.11",
|
|
"nextjs-cors": "2.1.2",
|
|
"pino": "8.14.2",
|
|
"pino-http": "8.3.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-highlight-words": "0.20.0",
|
|
"react-icons": "4.9.0",
|
|
"react-select": "5.7.3",
|
|
"react-string-replace": "1.1.1",
|
|
"react-toastify": "9.1.3",
|
|
"react-virtualized-auto-sizer": "1.0.17",
|
|
"react-window": "1.8.9",
|
|
"regenerator-runtime": "0.13.11",
|
|
"snarkdown": "2.0.0",
|
|
"supertokens-auth-react": "0.33.1",
|
|
"supertokens-js-override": "0.0.4",
|
|
"supertokens-node": "14.1.3",
|
|
"supertokens-web-js": "0.6.0",
|
|
"tailwind-merge": "1.13.2",
|
|
"tslib": "2.5.3",
|
|
"urql": "4.0.4",
|
|
"use-debounce": "9.0.4",
|
|
"valtio": "1.10.6",
|
|
"wonka": "6.3.2",
|
|
"yup": "1.2.0",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
"@hive/emails": "workspace:*",
|
|
"@hive/server": "workspace:*",
|
|
"@next/bundle-analyzer": "13.4.11",
|
|
"@sentry/types": "7.59.3",
|
|
"@storybook/addon-essentials": "7.0.23",
|
|
"@storybook/addon-interactions": "7.0.23",
|
|
"@storybook/addon-links": "7.0.23",
|
|
"@storybook/addon-styling": "1.3.2",
|
|
"@storybook/blocks": "7.0.23",
|
|
"@storybook/nextjs": "7.0.23",
|
|
"@storybook/react": "7.0.23",
|
|
"@types/cookies": "0.7.7",
|
|
"@types/dompurify": "3.0.2",
|
|
"@types/js-cookie": "3.0.3",
|
|
"@types/react": "18.2.15",
|
|
"@types/react-dom": "18.2.7",
|
|
"@types/react-highlight-words": "0.16.4",
|
|
"@types/react-virtualized-auto-sizer": "1.0.1",
|
|
"@types/react-window": "1.8.5",
|
|
"@welldone-software/why-did-you-render": "7.0.1",
|
|
"autoprefixer": "10.4.14",
|
|
"pino-pretty": "10.2.0",
|
|
"postcss": "8.4.26",
|
|
"postcss-loader": "7.3.3",
|
|
"rimraf": "4.4.1",
|
|
"storybook": "7.0.23",
|
|
"tailwindcss": "3.3.3",
|
|
"tailwindcss-animate": "1.0.6",
|
|
"tailwindcss-radix": "2.8.0"
|
|
},
|
|
"buildOptions": {
|
|
"next": {
|
|
"header": "./environment.ts"
|
|
}
|
|
}
|
|
}
|