2022-05-18 07:26:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hive/app",
|
2024-05-17 12:30:10 +00:00
|
|
|
"type": "module",
|
2022-11-24 10:00:41 +00:00
|
|
|
"private": true,
|
2022-05-18 07:26:57 +00:00
|
|
|
"scripts": {
|
2024-05-17 12:30:10 +00:00
|
|
|
"build": "tsx ../../../scripts/runify.ts src/server/index.ts && vite build --outDir dist/client",
|
2023-02-26 13:46:41 +00:00
|
|
|
"build-storybook": "storybook build",
|
2024-12-11 08:16:32 +00:00
|
|
|
"dev": "tsx watch --clear-screen=false --exclude \"./**/*.mjs\" src/server/dev.ts",
|
2024-03-26 08:24:55 +00:00
|
|
|
"generate-changelog": "node ../../../scripts/generate-changelog.js",
|
|
|
|
|
"postinstall": "pnpm generate-changelog",
|
2023-02-26 13:46:41 +00:00
|
|
|
"storybook": "storybook dev -p 6006",
|
2024-12-11 08:16:32 +00:00
|
|
|
"typecheck": "tsc --noEmit"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
2024-05-17 12:30:10 +00:00
|
|
|
"devDependencies": {
|
2025-09-14 12:12:32 +00:00
|
|
|
"@date-fns/utc": "2.1.1",
|
2025-12-10 00:09:00 +00:00
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
|
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
2024-05-17 12:30:10 +00:00
|
|
|
"@fastify/cors": "9.0.1",
|
|
|
|
|
"@fastify/static": "7.0.4",
|
2025-01-09 10:24:15 +00:00
|
|
|
"@fastify/vite": "6.0.7",
|
2024-10-10 10:05:34 +00:00
|
|
|
"@graphiql/plugin-explorer": "4.0.0-alpha.2",
|
2024-12-27 10:06:52 +00:00
|
|
|
"@graphiql/react": "1.0.0-alpha.4",
|
2023-09-18 01:07:26 +00:00
|
|
|
"@graphiql/toolkit": "0.9.1",
|
2024-05-17 12:30:10 +00:00
|
|
|
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
|
2025-12-18 05:17:20 +00:00
|
|
|
"@graphql-inspector/core": "7.1.0",
|
|
|
|
|
"@graphql-inspector/patch": "0.1.0",
|
2025-09-14 12:12:12 +00:00
|
|
|
"@graphql-tools/mock": "9.0.25",
|
2024-05-17 12:30:10 +00:00
|
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
2024-10-27 14:47:34 +00:00
|
|
|
"@headlessui/react": "2.2.0",
|
2025-01-09 06:40:41 +00:00
|
|
|
"@hookform/resolvers": "3.10.0",
|
2025-12-10 00:09:00 +00:00
|
|
|
"@monaco-editor/react": "4.8.0-rc.2",
|
2022-05-18 07:26:57 +00:00
|
|
|
"@n1ru4l/react-time-ago": "1.1.0",
|
2024-12-25 11:15:44 +00:00
|
|
|
"@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",
|
2025-01-21 16:50:20 +00:00
|
|
|
"@radix-ui/react-collapsible": "1.1.2",
|
2025-12-10 00:09:00 +00:00
|
|
|
"@radix-ui/react-context-menu": "^2.2.16",
|
2024-12-25 11:15:44 +00:00
|
|
|
"@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",
|
2025-12-10 00:09:00 +00:00
|
|
|
"@radix-ui/react-toggle": "^1.1.10",
|
2024-12-25 11:15:44 +00:00
|
|
|
"@radix-ui/react-toggle-group": "1.1.1",
|
|
|
|
|
"@radix-ui/react-tooltip": "1.1.6",
|
2024-05-09 07:41:01 +00:00
|
|
|
"@repeaterjs/repeater": "3.0.6",
|
2024-12-25 14:52:51 +00:00
|
|
|
"@sentry/node": "7.120.2",
|
|
|
|
|
"@sentry/react": "7.120.2",
|
|
|
|
|
"@sentry/types": "7.120.2",
|
2025-09-14 13:38:47 +00:00
|
|
|
"@stepperize/react": "5.1.7",
|
2026-01-08 12:03:20 +00:00
|
|
|
"@storybook/addon-essentials": "8.6.15",
|
|
|
|
|
"@storybook/addon-interactions": "8.6.15",
|
|
|
|
|
"@storybook/addon-links": "8.6.15",
|
|
|
|
|
"@storybook/blocks": "8.6.15",
|
|
|
|
|
"@storybook/react": "8.6.15",
|
|
|
|
|
"@storybook/react-vite": "8.6.15",
|
2025-01-09 05:56:28 +00:00
|
|
|
"@stripe/react-stripe-js": "3.1.1",
|
|
|
|
|
"@stripe/stripe-js": "5.5.0",
|
2025-12-10 00:09:00 +00:00
|
|
|
"@tanstack/react-form": "^1.27.0",
|
2025-01-09 07:02:34 +00:00
|
|
|
"@tanstack/react-query": "5.63.0",
|
2024-10-15 13:53:40 +00:00
|
|
|
"@tanstack/react-router": "1.34.9",
|
2025-12-10 00:09:00 +00:00
|
|
|
"@tanstack/react-router-devtools": "^1.139.13",
|
2025-01-20 10:23:37 +00:00
|
|
|
"@tanstack/react-table": "8.20.6",
|
2024-10-15 13:53:40 +00:00
|
|
|
"@tanstack/router-devtools": "1.34.9",
|
2025-05-21 07:15:47 +00:00
|
|
|
"@tanstack/zod-adapter": "1.120.5",
|
2023-02-27 01:25:21 +00:00
|
|
|
"@theguild/editor": "1.2.5",
|
2025-12-16 21:44:09 +00:00
|
|
|
"@trpc/client": "10.45.3",
|
|
|
|
|
"@trpc/server": "10.45.3",
|
2024-12-27 10:06:52 +00:00
|
|
|
"@types/crypto-js": "^4.2.2",
|
2024-12-25 10:50:57 +00:00
|
|
|
"@types/dompurify": "3.2.0",
|
2024-05-17 12:30:10 +00:00
|
|
|
"@types/js-cookie": "3.0.6",
|
2025-10-10 12:06:02 +00:00
|
|
|
"@types/lodash.debounce": "4.0.9",
|
2024-12-26 07:27:51 +00:00
|
|
|
"@types/react": "18.3.18",
|
|
|
|
|
"@types/react-dom": "18.3.5",
|
2024-05-30 09:09:08 +00:00
|
|
|
"@types/react-highlight-words": "0.20.0",
|
2024-05-17 12:30:10 +00:00
|
|
|
"@types/react-virtualized-auto-sizer": "1.0.4",
|
|
|
|
|
"@types/react-window": "1.8.8",
|
2024-05-22 07:55:34 +00:00
|
|
|
"@urql/core": "5.0.3",
|
|
|
|
|
"@urql/exchange-auth": "2.2.0",
|
|
|
|
|
"@urql/exchange-graphcache": "7.1.0",
|
2024-12-25 09:22:11 +00:00
|
|
|
"@vitejs/plugin-react": "4.3.4",
|
2025-10-10 12:06:02 +00:00
|
|
|
"@xyflow/react": "12.4.4",
|
2025-09-14 14:00:51 +00:00
|
|
|
"autoprefixer": "10.4.21",
|
2024-12-25 13:19:24 +00:00
|
|
|
"class-variance-authority": "0.7.1",
|
2024-04-24 13:59:24 +00:00
|
|
|
"clsx": "2.1.1",
|
2024-03-19 15:49:56 +00:00
|
|
|
"cmdk": "0.2.1",
|
2024-12-27 10:06:52 +00:00
|
|
|
"crypto-js": "^4.2.0",
|
2024-10-28 09:26:27 +00:00
|
|
|
"date-fns": "4.1.0",
|
2025-10-10 12:06:02 +00:00
|
|
|
"date-fns-tz": "3.2.0",
|
2025-09-14 13:38:20 +00:00
|
|
|
"dompurify": "3.2.6",
|
2024-12-25 13:17:32 +00:00
|
|
|
"dotenv": "16.4.7",
|
2025-01-09 04:03:32 +00:00
|
|
|
"echarts": "5.6.0",
|
2022-05-18 07:26:57 +00:00
|
|
|
"echarts-for-react": "3.0.2",
|
2025-06-11 05:21:56 +00:00
|
|
|
"fastify": "4.29.1",
|
2024-04-29 07:53:48 +00:00
|
|
|
"formik": "2.4.6",
|
2025-09-15 07:09:54 +00:00
|
|
|
"framer-motion": "11.18.2",
|
2024-12-27 10:06:52 +00:00
|
|
|
"graphiql": "4.0.0-alpha.5",
|
2024-06-25 08:29:04 +00:00
|
|
|
"graphql": "16.9.0",
|
2024-05-12 06:14:48 +00:00
|
|
|
"graphql-sse": "2.5.3",
|
2025-12-10 00:09:00 +00:00
|
|
|
"graphql-ws": "5.16.1",
|
2025-09-14 15:03:02 +00:00
|
|
|
"immer": "10.1.3",
|
2023-04-27 06:39:16 +00:00
|
|
|
"js-cookie": "3.0.5",
|
2023-05-09 08:07:17 +00:00
|
|
|
"json-schema-typed": "8.0.1",
|
|
|
|
|
"json-schema-yup-transformer": "1.6.12",
|
2025-10-10 12:06:02 +00:00
|
|
|
"jsurl2": "2.2.0",
|
2025-12-10 00:09:00 +00:00
|
|
|
"lodash": "4.17.21",
|
2025-10-10 12:06:02 +00:00
|
|
|
"lodash.debounce": "4.0.8",
|
2024-12-25 11:03:01 +00:00
|
|
|
"lucide-react": "0.469.0",
|
2025-12-10 00:09:00 +00:00
|
|
|
"lz-string": "^1.5.0",
|
2024-04-25 09:46:23 +00:00
|
|
|
"mini-svg-data-uri": "1.4.4",
|
2025-12-10 00:09:00 +00:00
|
|
|
"monaco-editor": "^0.52.2",
|
|
|
|
|
"monaco-graphql": "^1.7.2",
|
2023-03-21 02:10:48 +00:00
|
|
|
"monaco-themes": "0.4.4",
|
2025-12-10 00:09:00 +00:00
|
|
|
"next-themes": "^0.4.6",
|
2025-10-10 12:06:02 +00:00
|
|
|
"query-string": "9.1.1",
|
2024-04-30 12:45:29 +00:00
|
|
|
"react": "18.3.1",
|
2024-04-16 06:57:04 +00:00
|
|
|
"react-day-picker": "8.10.1",
|
2024-04-30 12:45:29 +00:00
|
|
|
"react-dom": "18.3.1",
|
2024-05-17 12:30:10 +00:00
|
|
|
"react-helmet-async": "2.0.5",
|
2023-02-27 16:42:17 +00:00
|
|
|
"react-highlight-words": "0.20.0",
|
2024-12-25 11:03:09 +00:00
|
|
|
"react-hook-form": "7.54.2",
|
2024-12-25 13:16:54 +00:00
|
|
|
"react-icons": "5.4.0",
|
2025-10-10 12:06:02 +00:00
|
|
|
"react-resizable-panels": "2.1.7",
|
2024-12-25 14:53:01 +00:00
|
|
|
"react-select": "5.9.0",
|
2023-06-21 13:39:55 +00:00
|
|
|
"react-string-replace": "1.1.1",
|
2025-05-26 13:59:13 +00:00
|
|
|
"react-textarea-autosize": "8.5.9",
|
2024-10-21 16:05:21 +00:00
|
|
|
"react-toastify": "10.0.6",
|
2024-12-25 13:18:28 +00:00
|
|
|
"react-virtualized-auto-sizer": "1.0.25",
|
2024-12-25 10:52:19 +00:00
|
|
|
"react-virtuoso": "4.12.3",
|
2024-12-25 13:19:14 +00:00
|
|
|
"react-window": "1.8.11",
|
2025-10-10 12:06:02 +00:00
|
|
|
"recharts": "2.15.1",
|
2023-12-17 07:59:09 +00:00
|
|
|
"regenerator-runtime": "0.14.1",
|
2022-07-29 14:13:52 +00:00
|
|
|
"snarkdown": "2.0.0",
|
2025-12-10 00:09:00 +00:00
|
|
|
"sonner": "^2.0.7",
|
2025-12-19 10:39:42 +00:00
|
|
|
"storybook": "8.6.15",
|
2024-11-11 12:22:51 +00:00
|
|
|
"supertokens-auth-react": "0.38.0",
|
2024-11-11 12:41:03 +00:00
|
|
|
"supertokens-web-js": "0.9.0",
|
2024-12-25 14:52:19 +00:00
|
|
|
"tailwind-merge": "2.6.0",
|
2024-12-25 10:51:32 +00:00
|
|
|
"tailwindcss": "3.4.17",
|
2024-05-17 12:30:10 +00:00
|
|
|
"tailwindcss-animate": "1.0.7",
|
2024-10-27 16:24:45 +00:00
|
|
|
"tailwindcss-radix": "3.0.5",
|
2024-11-17 10:57:43 +00:00
|
|
|
"tslib": "2.8.1",
|
2024-10-27 15:48:46 +00:00
|
|
|
"tsx": "4.19.2",
|
2024-05-22 07:55:34 +00:00
|
|
|
"urql": "4.1.0",
|
2024-10-22 07:40:18 +00:00
|
|
|
"use-debounce": "10.0.4",
|
2024-03-02 08:40:51 +00:00
|
|
|
"valtio": "1.13.2",
|
2025-11-11 07:32:59 +00:00
|
|
|
"vite": "7.1.11",
|
2025-12-10 00:09:00 +00:00
|
|
|
"vite-plugin-monaco-editor": "^1.1.0",
|
2024-12-25 10:52:03 +00:00
|
|
|
"vite-tsconfig-paths": "5.1.4",
|
2023-09-18 01:04:24 +00:00
|
|
|
"wonka": "6.3.4",
|
2024-12-25 10:55:16 +00:00
|
|
|
"yup": "1.6.1",
|
2025-09-14 13:16:15 +00:00
|
|
|
"zod": "3.25.76"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"buildOptions": {
|
2024-05-17 12:30:10 +00:00
|
|
|
"external": [
|
|
|
|
|
"vite"
|
|
|
|
|
]
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|