console/packages/web/app/package.json
renovate[bot] 76ab122200
fix(deps): update dependency immer to v9.0.18 (#1018)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-16 10:28:57 +00:00

130 lines
4 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 node18 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.8.9",
"@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.8.0",
"@graphql-tools/mock": "8.7.15",
"@headlessui/react": "1.7.7",
"@monaco-editor/react": "4.4.6",
"@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.1.2",
"@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.30.0",
"@sentry/node": "7.30.0",
"@sentry/react": "7.30.0",
"@sentry/tracing": "7.30.0",
"@sentry/types": "7.30.0",
"@stripe/react-stripe-js": "1.16.3",
"@stripe/stripe-js": "1.46.0",
"@tanstack/react-table": "8.0.0-beta.8",
"@theguild/editor": "0.4.1",
"@trpc/client": "10.7.0",
"@trpc/server": "10.7.0",
"@urql/core": "2.6.1",
"@urql/devtools": "2.0.3",
"@urql/exchange-graphcache": "4.3.6",
"@whatwg-node/fetch": "0.6.2",
"clsx": "1.2.1",
"cookies": "0.8.0",
"date-fns": "2.29.3",
"dompurify": "2.4.3",
"echarts": "5.4.1",
"echarts-for-react": "3.0.2",
"formik": "2.2.9",
"framer-motion": "4.1.17",
"graphiql": "2.2.0",
"graphql": "16.6.0",
"hyperid": "3.1.0",
"immer": "9.0.18",
"js-cookie": "3.0.1",
"monaco-editor": "0.27.0",
"monaco-themes": "0.4.3",
"next": "13.1.1",
"nextjs-cors": "2.1.2",
"react": "18.2.0",
"react-children-utilities": "2.8.0",
"react-date-range": "1.4.0",
"react-dom": "18.2.0",
"react-icons": "4.7.1",
"react-select": "5.7.0",
"react-string-replace": "1.1.0",
"react-virtualized-auto-sizer": "1.0.7",
"react-window": "1.8.8",
"regenerator-runtime": "0.13.11",
"snarkdown": "2.0.0",
"supertokens-auth-react": "0.28.1",
"supertokens-js-override": "0.0.4",
"supertokens-node": "12.1.4",
"supertokens-website": "14.0.3",
"twin.macro": "2.8.2",
"urql": "2.0.5",
"use-debounce": "9.0.3",
"valtio": "1.9.0",
"wonka": "4.0.15",
"yup": "0.32.11",
"zod": "3.20.2"
},
"devDependencies": {
"@graphql-codegen/gql-tag-operations-preset": "1.7.3",
"@graphql-typed-document-node/core": "3.1.1",
"@hive/emails": "workspace:*",
"@hive/server": "workspace:*",
"@next/bundle-analyzer": "13.1.1",
"@tailwindcss/line-clamp": "0.4.2",
"@types/cookies": "0.7.7",
"@types/dompurify": "2.4.0",
"@types/js-cookie": "3.0.2",
"@types/react": "18.0.26",
"@types/react-date-range": "1.4.4",
"@types/react-dom": "18.0.10",
"@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.13",
"postcss": "8.4.20",
"rimraf": "3.0.2",
"tailwindcss": "3.2.4",
"tailwindcss-radix": "2.6.1",
"tslib": "2.4.1"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"buildOptions": {
"runify": {
"next": {
"header": "./environment.ts"
}
},
"tags": [
"frontend"
]
}
}