console/packages/web/app/package.json
Dimitri POSTOLOV eb48df1f8d
update graphiql to v2 (#702)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-11-29 17:58:23 +01:00

135 lines
4.2 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 bob runify --single",
"build:config": "tsup-node --no-splitting --out-dir . --loader \".mts=ts\" --format esm --target node16 next.config.mts",
"dev": "pnpm build:config && next dev",
"postbuild": "pnpm --filter @hive/app deploy dist/deploy && rimraf dist/node_modules && mv dist/deploy/node_modules dist && rimraf dist/deploy",
"start": "node dist/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@chakra-ui/react": "1.6.10",
"@emotion/cache": "11.10.5",
"@emotion/css": "11.10.5",
"@emotion/react": "11.10.5",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.5",
"@graphiql/toolkit": "0.6.0",
"@graphql-tools/mock": "8.7.6",
"@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.5",
"@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.21.1",
"@sentry/node": "7.21.1",
"@sentry/react": "7.21.1",
"@sentry/tracing": "7.21.1",
"@sentry/types": "7.21.1",
"@stripe/react-stripe-js": "1.15.0",
"@stripe/stripe-js": "1.29.0",
"@tanstack/react-table": "8.0.0-beta.8",
"@theguild/editor": "0.4.1",
"@trpc/client": "9.23.2",
"@urql/core": "2.3.6",
"@urql/devtools": "2.0.3",
"@urql/exchange-graphcache": "4.3.6",
"@whatwg-node/fetch": "0.4.7",
"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": "2.2.0",
"graphql": "16.6.0",
"hyperid": "2.3.1",
"immer": "9.0.16",
"js-cookie": "3.0.1",
"monaco-editor": "0.27.0",
"monaco-themes": "0.3.3",
"next": "12.3.1",
"nextjs-cors": "2.1.2",
"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.7",
"react-window": "1.8.8",
"regenerator-runtime": "0.13.10",
"snarkdown": "2.0.0",
"supertokens-auth-react": "0.27.1",
"supertokens-js-override": "0.0.4",
"supertokens-node": "12.0.5",
"supertokens-website": "14.0.2",
"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",
"zod": "3.15.1"
},
"devDependencies": {
"@graphql-codegen/gql-tag-operations-preset": "1.7.0",
"@graphql-typed-document-node/core": "3.1.1",
"@hive/emails": "workspace:*",
"@hive/server": "workspace:*",
"@next/bundle-analyzer": "^13.0.2",
"@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/js-cookie": "3.0.2",
"@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",
"@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",
"tslib": "2.4.1"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"buildOptions": {
"runify": {
"next": {
"header": "./environment.ts"
}
},
"tags": [
"frontend"
]
}
}