console/packages/web/app/package.json
Michael Skorokhodov b4df418ce2
feat: new hive lab (#7374)
Co-authored-by: Piotr Monwid-Olechnowicz <hasparus@gmail.com>
2025-12-10 01:09:00 +01:00

170 lines
5.6 KiB
JSON

{
"name": "@hive/app",
"type": "module",
"private": true,
"scripts": {
"build": "tsx ../../../scripts/runify.ts src/server/index.ts && vite build --outDir dist/client",
"build-storybook": "storybook build",
"dev": "tsx watch --clear-screen=false --exclude \"./**/*.mjs\" src/server/dev.ts",
"generate-changelog": "node ../../../scripts/generate-changelog.js",
"postinstall": "pnpm generate-changelog",
"storybook": "storybook dev -p 6006",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@date-fns/utc": "2.1.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fastify/cors": "9.0.1",
"@fastify/static": "7.0.4",
"@fastify/vite": "6.0.7",
"@graphiql/plugin-explorer": "4.0.0-alpha.2",
"@graphiql/react": "1.0.0-alpha.4",
"@graphiql/toolkit": "0.9.1",
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
"@graphql-tools/mock": "9.0.25",
"@graphql-typed-document-node/core": "3.2.0",
"@headlessui/react": "2.2.0",
"@hookform/resolvers": "3.10.0",
"@monaco-editor/react": "4.8.0-rc.2",
"@n1ru4l/react-time-ago": "1.1.0",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-hover-card": "1.1.4",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-select": "2.1.4",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"@repeaterjs/repeater": "3.0.6",
"@sentry/node": "7.120.2",
"@sentry/react": "7.120.2",
"@sentry/types": "7.120.2",
"@stepperize/react": "5.1.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@stripe/react-stripe-js": "3.1.1",
"@stripe/stripe-js": "5.5.0",
"@tanstack/react-form": "^1.27.0",
"@tanstack/react-query": "5.63.0",
"@tanstack/react-router": "1.34.9",
"@tanstack/react-router-devtools": "^1.139.13",
"@tanstack/react-table": "8.20.6",
"@tanstack/router-devtools": "1.34.9",
"@tanstack/zod-adapter": "1.120.5",
"@theguild/editor": "1.2.5",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@types/crypto-js": "^4.2.2",
"@types/dompurify": "3.2.0",
"@types/js-cookie": "3.0.6",
"@types/lodash.debounce": "4.0.9",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-highlight-words": "0.20.0",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/react-window": "1.8.8",
"@urql/core": "5.0.3",
"@urql/exchange-auth": "2.2.0",
"@urql/exchange-graphcache": "7.1.0",
"@vitejs/plugin-react": "4.3.4",
"@xyflow/react": "12.4.4",
"autoprefixer": "10.4.21",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "0.2.1",
"crypto-js": "^4.2.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"dompurify": "3.2.6",
"dotenv": "16.4.7",
"echarts": "5.6.0",
"echarts-for-react": "3.0.2",
"fastify": "4.29.1",
"formik": "2.4.6",
"framer-motion": "11.18.2",
"graphiql": "4.0.0-alpha.5",
"graphql": "16.9.0",
"graphql-sse": "2.5.3",
"graphql-ws": "5.16.1",
"immer": "10.1.3",
"js-cookie": "3.0.5",
"json-schema-typed": "8.0.1",
"json-schema-yup-transformer": "1.6.12",
"jsurl2": "2.2.0",
"lodash": "4.17.21",
"lodash.debounce": "4.0.8",
"lucide-react": "0.469.0",
"lz-string": "^1.5.0",
"mini-svg-data-uri": "1.4.4",
"monaco-editor": "^0.52.2",
"monaco-graphql": "^1.7.2",
"monaco-themes": "0.4.4",
"next-themes": "^0.4.6",
"query-string": "9.1.1",
"react": "18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.5",
"react-highlight-words": "0.20.0",
"react-hook-form": "7.54.2",
"react-icons": "5.4.0",
"react-resizable-panels": "2.1.7",
"react-select": "5.9.0",
"react-string-replace": "1.1.1",
"react-textarea-autosize": "8.5.9",
"react-toastify": "10.0.6",
"react-virtualized-auto-sizer": "1.0.25",
"react-virtuoso": "4.12.3",
"react-window": "1.8.11",
"recharts": "2.15.1",
"regenerator-runtime": "0.14.1",
"snarkdown": "2.0.0",
"sonner": "^2.0.7",
"storybook": "8.4.7",
"supertokens-auth-react": "0.38.0",
"supertokens-web-js": "0.9.0",
"tailwind-merge": "2.6.0",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"tailwindcss-radix": "3.0.5",
"tslib": "2.8.1",
"tsx": "4.19.2",
"urql": "4.1.0",
"use-debounce": "10.0.4",
"valtio": "1.13.2",
"vite": "7.1.11",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-tsconfig-paths": "5.1.4",
"wonka": "6.3.4",
"yup": "1.6.1",
"zod": "3.25.76"
},
"buildOptions": {
"external": [
"vite"
]
}
}