* feat: relay app setup * fix: file formatting * fix: update relay server structure and added consumer * fix: adding socket.io support * fix: update docker file and build branch ci * fix: update the authentication on the relay server * fix: socket client implementation * feat: implement workspace socket provider and related hooks * fix: lock file * fix: update docker file with relay base path and url in web * fix: file formatting * fix: update PORT configuration in relay environment file * fix: restore feature flag usage in socket provider HOC --------- Co-authored-by: Prateek Shourya <[email protected]>
112 lines
3.8 KiB
JSON
112 lines
3.8 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "1.2.0",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "react-router dev --port 3000",
|
|
"build": "react-router build",
|
|
"preview": "react-router build && serve -s build/client -l 3000",
|
|
"start": "serve -s build/client -l 3000",
|
|
"clean": "rm -rf .turbo && rm -rf .next && rm -rf .react-router && rm -rf node_modules && rm -rf dist && rm -rf build",
|
|
"check:lint": "eslint . --cache --cache-location node_modules/.cache/eslint/ --max-warnings=14367",
|
|
"check:types": "react-router typegen && tsc --noEmit",
|
|
"check:format": "prettier . --cache --check",
|
|
"fix:lint": "eslint . --cache --cache-location node_modules/.cache/eslint/ --fix --max-warnings=14367",
|
|
"fix:format": "prettier . --cache --write"
|
|
},
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "catalog:",
|
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "catalog:",
|
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "catalog:",
|
|
"@blueprintjs/popover2": "^1.13.3",
|
|
"@bprogress/core": "catalog:",
|
|
"@dotenvx/dotenvx": "^1.47.6",
|
|
"@flatfile/api": "^1.12.0",
|
|
"@flatfile/hooks": "^1.6.0",
|
|
"@flatfile/react": "^7.13.4",
|
|
"@fontsource-variable/inter": "5.2.8",
|
|
"@fontsource/ibm-plex-mono": "5.2.7",
|
|
"@fontsource/material-symbols-rounded": "5.2.30",
|
|
"@headlessui/react": "^1.7.19",
|
|
"@intercom/messenger-js-sdk": "^0.0.12",
|
|
"@plane/constants": "workspace:*",
|
|
"@plane/editor": "workspace:*",
|
|
"@plane/etl": "workspace:*",
|
|
"@plane/hooks": "workspace:*",
|
|
"@plane/i18n": "workspace:*",
|
|
"@plane/propel": "workspace:*",
|
|
"@plane/sdk": "workspace:*",
|
|
"@plane/services": "workspace:*",
|
|
"@plane/shared-state": "workspace:*",
|
|
"@plane/types": "workspace:*",
|
|
"@plane/ui": "workspace:*",
|
|
"@plane/utils": "workspace:*",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@react-pdf/renderer": "^3.4.5",
|
|
"@react-router/node": "catalog:",
|
|
"@sentry/react-router": "catalog:",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@todesktop/client-core": "^1.12.4",
|
|
"axios": "catalog:",
|
|
"clsx": "^2.0.0",
|
|
"cmdk": "^1.0.0",
|
|
"comlink": "^4.4.1",
|
|
"date-fns": "^4.1.0",
|
|
"emoji-picker-react": "^4.5.16",
|
|
"export-to-csv": "^1.4.0",
|
|
"fuse.js": "^7.0.0",
|
|
"isbot": "^5.1.31",
|
|
"lodash-es": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"markdown-to-jsx": "^7.5.0",
|
|
"mobx": "catalog:",
|
|
"mobx-react": "catalog:",
|
|
"mobx-utils": "catalog:",
|
|
"next-themes": "0.4.6",
|
|
"pako": "^2.1.0",
|
|
"papaparse": "^5.4.1",
|
|
"react": "catalog:",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "catalog:",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-fast-compare": "^3.2.2",
|
|
"react-grid-layout": "^1.5.0",
|
|
"react-hook-form": "7.51.5",
|
|
"react-is": "^18.2.0",
|
|
"react-markdown": "^9.0.0",
|
|
"react-masonry-component": "^6.3.0",
|
|
"react-pdf-html": "^2.1.2",
|
|
"react-popper": "^2.3.0",
|
|
"react-resizable": "^3.0.5",
|
|
"react-router": "catalog:",
|
|
"recharts": "^2.12.7",
|
|
"remark-gfm": "^4.0.1",
|
|
"serve": "14.2.5",
|
|
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
|
"socket.io-client": "^4.8.1",
|
|
"swr": "catalog:",
|
|
"use-font-face-observer": "^1.2.2",
|
|
"uuid": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@dotenvx/dotenvx": "catalog:",
|
|
"@plane/tailwind-config": "workspace:*",
|
|
"@plane/typescript-config": "workspace:*",
|
|
"@react-router/dev": "catalog:",
|
|
"@tailwindcss/typography": "0.5.19",
|
|
"@types/lodash-es": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/papaparse": "^5.3.14",
|
|
"@types/react": "catalog:",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "catalog:",
|
|
"@types/react-grid-layout": "^1.3.5",
|
|
"@vercel/react-router": "^1.2.3",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|