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-05-17 12:30:10 +00:00
|
|
|
"dev": "node --env-file=.env --watch-path src/server --import tsx src/server/index.ts --dev",
|
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",
|
2022-05-25 12:03:14 +00:00
|
|
|
"typecheck": "tsc"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
2024-05-17 12:30:10 +00:00
|
|
|
"devDependencies": {
|
2024-10-22 06:34:43 +00:00
|
|
|
"@date-fns/utc": "2.1.0",
|
2024-05-17 12:30:10 +00:00
|
|
|
"@fastify/cors": "9.0.1",
|
|
|
|
|
"@fastify/static": "7.0.4",
|
2024-07-07 08:54:26 +00:00
|
|
|
"@fastify/vite": "6.0.7",
|
2024-10-10 10:05:34 +00:00
|
|
|
"@graphiql/plugin-explorer": "4.0.0-alpha.2",
|
2024-08-19 13:30:03 +00:00
|
|
|
"@graphiql/react": "1.0.0-alpha.3",
|
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",
|
2024-10-27 15:01:14 +00:00
|
|
|
"@graphql-tools/mock": "9.0.5",
|
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",
|
2024-10-29 09:09:33 +00:00
|
|
|
"@hookform/resolvers": "3.9.1",
|
2023-10-26 08:19:58 +00:00
|
|
|
"@monaco-editor/react": "4.6.0",
|
2022-05-18 07:26:57 +00:00
|
|
|
"@n1ru4l/react-time-ago": "1.1.0",
|
2024-10-27 15:54:35 +00:00
|
|
|
"@radix-ui/react-accordion": "1.2.1",
|
|
|
|
|
"@radix-ui/react-alert-dialog": "1.1.2",
|
|
|
|
|
"@radix-ui/react-avatar": "1.1.1",
|
|
|
|
|
"@radix-ui/react-checkbox": "1.1.2",
|
|
|
|
|
"@radix-ui/react-dialog": "1.1.2",
|
|
|
|
|
"@radix-ui/react-dropdown-menu": "2.1.2",
|
|
|
|
|
"@radix-ui/react-hover-card": "1.1.2",
|
2023-03-21 09:46:55 +00:00
|
|
|
"@radix-ui/react-icons": "1.3.0",
|
2024-06-25 09:28:05 +00:00
|
|
|
"@radix-ui/react-label": "2.1.0",
|
2024-10-27 15:54:35 +00:00
|
|
|
"@radix-ui/react-popover": "1.1.2",
|
|
|
|
|
"@radix-ui/react-radio-group": "1.2.1",
|
|
|
|
|
"@radix-ui/react-scroll-area": "1.2.0",
|
|
|
|
|
"@radix-ui/react-select": "2.1.2",
|
2024-07-17 09:35:34 +00:00
|
|
|
"@radix-ui/react-separator": "1.1.0",
|
2024-10-27 15:54:35 +00:00
|
|
|
"@radix-ui/react-slider": "1.2.1",
|
2024-06-25 09:28:05 +00:00
|
|
|
"@radix-ui/react-slot": "1.1.0",
|
2024-10-27 15:54:35 +00:00
|
|
|
"@radix-ui/react-switch": "1.1.1",
|
|
|
|
|
"@radix-ui/react-tabs": "1.1.1",
|
|
|
|
|
"@radix-ui/react-toast": "1.2.2",
|
2024-06-25 09:28:05 +00:00
|
|
|
"@radix-ui/react-toggle-group": "1.1.0",
|
2024-10-27 15:54:35 +00:00
|
|
|
"@radix-ui/react-tooltip": "1.1.3",
|
2024-05-09 07:41:01 +00:00
|
|
|
"@repeaterjs/repeater": "3.0.6",
|
2024-10-27 15:06:59 +00:00
|
|
|
"@sentry/node": "7.119.2",
|
|
|
|
|
"@sentry/react": "7.119.2",
|
|
|
|
|
"@sentry/types": "7.119.2",
|
2024-10-27 17:25:09 +00:00
|
|
|
"@storybook/addon-essentials": "8.3.6",
|
|
|
|
|
"@storybook/addon-interactions": "8.3.6",
|
|
|
|
|
"@storybook/addon-links": "8.3.6",
|
|
|
|
|
"@storybook/blocks": "8.3.6",
|
|
|
|
|
"@storybook/react": "8.3.6",
|
|
|
|
|
"@storybook/react-vite": "8.3.6",
|
2024-10-21 11:06:14 +00:00
|
|
|
"@stripe/react-stripe-js": "2.8.1",
|
2024-10-27 16:24:35 +00:00
|
|
|
"@stripe/stripe-js": "4.9.0",
|
2024-10-27 15:01:06 +00:00
|
|
|
"@tanstack/react-query": "5.59.16",
|
2024-10-15 13:53:40 +00:00
|
|
|
"@tanstack/react-router": "1.34.9",
|
2024-06-05 13:47:25 +00:00
|
|
|
"@tanstack/react-table": "8.17.3",
|
2024-10-15 13:53:40 +00:00
|
|
|
"@tanstack/router-devtools": "1.34.9",
|
2023-02-27 01:25:21 +00:00
|
|
|
"@theguild/editor": "1.2.5",
|
2024-03-12 08:46:00 +00:00
|
|
|
"@trpc/client": "10.45.2",
|
|
|
|
|
"@trpc/server": "10.45.2",
|
2024-05-17 12:30:10 +00:00
|
|
|
"@types/dompurify": "3.0.5",
|
|
|
|
|
"@types/js-cookie": "3.0.6",
|
2024-10-27 10:54:03 +00:00
|
|
|
"@types/react": "18.3.12",
|
|
|
|
|
"@types/react-dom": "18.3.1",
|
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-10-21 11:06:23 +00:00
|
|
|
"@vitejs/plugin-react": "4.3.3",
|
2024-08-12 07:47:53 +00:00
|
|
|
"autoprefixer": "10.4.20",
|
2023-09-19 15:48:47 +00:00
|
|
|
"class-variance-authority": "0.7.0",
|
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-10-28 09:26:27 +00:00
|
|
|
"date-fns": "4.1.0",
|
2024-10-21 11:26:35 +00:00
|
|
|
"dompurify": "3.1.7",
|
2024-06-27 12:13:33 +00:00
|
|
|
"echarts": "5.5.1",
|
2022-05-18 07:26:57 +00:00
|
|
|
"echarts-for-react": "3.0.2",
|
2024-06-30 12:44:33 +00:00
|
|
|
"fastify": "4.28.1",
|
2024-04-29 07:53:48 +00:00
|
|
|
"formik": "2.4.6",
|
2024-10-27 15:40:29 +00:00
|
|
|
"framer-motion": "11.11.10",
|
2024-08-19 13:30:03 +00:00
|
|
|
"graphiql": "4.0.0-alpha.4",
|
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",
|
2024-04-30 11:22:57 +00:00
|
|
|
"immer": "10.1.1",
|
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",
|
2024-10-29 09:09:43 +00:00
|
|
|
"lucide-react": "0.454.0",
|
2024-04-25 09:46:23 +00:00
|
|
|
"mini-svg-data-uri": "1.4.4",
|
2024-10-27 15:41:40 +00:00
|
|
|
"monaco-editor": "0.52.0",
|
2023-03-21 02:10:48 +00:00
|
|
|
"monaco-themes": "0.4.4",
|
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-10-24 20:52:07 +00:00
|
|
|
"react-hook-form": "7.52.2",
|
2024-08-18 12:23:59 +00:00
|
|
|
"react-icons": "5.3.0",
|
2024-10-27 13:45:06 +00:00
|
|
|
"react-select": "5.8.2",
|
2023-06-21 13:39:55 +00:00
|
|
|
"react-string-replace": "1.1.1",
|
2024-10-21 16:05:21 +00:00
|
|
|
"react-toastify": "10.0.6",
|
2024-03-12 08:20:11 +00:00
|
|
|
"react-virtualized-auto-sizer": "1.0.24",
|
2024-10-27 15:40:54 +00:00
|
|
|
"react-virtuoso": "4.12.0",
|
2023-11-27 15:48:16 +00:00
|
|
|
"react-window": "1.8.10",
|
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",
|
2024-10-27 17:25:09 +00:00
|
|
|
"storybook": "8.3.6",
|
2023-11-10 08:25:06 +00:00
|
|
|
"supertokens-auth-react": "0.35.6",
|
2024-04-24 07:26:42 +00:00
|
|
|
"supertokens-web-js": "0.8.0",
|
2024-10-27 15:41:09 +00:00
|
|
|
"tailwind-merge": "2.5.4",
|
2024-10-21 16:04:53 +00:00
|
|
|
"tailwindcss": "3.4.14",
|
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-10-28 12:13:58 +00:00
|
|
|
"tslib": "2.8.0",
|
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",
|
2024-10-27 14:44:01 +00:00
|
|
|
"vite": "5.4.10",
|
2024-08-18 16:50:35 +00:00
|
|
|
"vite-tsconfig-paths": "5.0.1",
|
2023-09-18 01:04:24 +00:00
|
|
|
"wonka": "6.3.4",
|
2024-03-12 06:37:31 +00:00
|
|
|
"yup": "1.4.0",
|
2024-05-09 07:40:55 +00:00
|
|
|
"zod": "3.23.8"
|
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
|
|
|
}
|
|
|
|
|
}
|