{ "name": "space", "version": "1.3.1", "private": true, "license": "AGPL-3.0", "type": "module", "scripts": { "dev": "react-router dev --port 3002", "build": "react-router build", "preview": "react-router build && PORT=3002 react-router-serve ./build/server/index.js", "start": "PORT=3002 react-router-serve ./build/server/index.js", "clean": "rm -rf .turbo && rm -rf .next && rm -rf .react-router && rm -rf node_modules && rm -rf dist && rm -rf build", "check:lint": "oxlint --max-warnings=676 .", "check:types": "react-router typegen && tsc --noEmit", "check:format": "oxfmt --check .", "fix:lint": "oxlint --fix .", "fix:format": "oxfmt ." }, "dependencies": { "@bprogress/core": "catalog:", "@fontsource-variable/inter": "catalog:", "@fontsource/ibm-plex-mono": "catalog:", "@fontsource/material-symbols-rounded": "catalog:", "@headlessui/react": "catalog:", "@plane/constants": "workspace:*", "@plane/editor": "workspace:*", "@plane/i18n": "workspace:*", "@plane/propel": "workspace:*", "@plane/services": "workspace:*", "@plane/types": "workspace:*", "@plane/ui": "workspace:*", "@plane/utils": "workspace:*", "@popperjs/core": "catalog:", "@react-router/node": "catalog:", "@react-router/serve": "catalog:", "axios": "catalog:", "clsx": "catalog:", "date-fns": "catalog:", "isbot": "catalog:", "lodash-es": "catalog:", "lucide-react": "catalog:", "mobx": "catalog:", "mobx-react": "catalog:", "mobx-utils": "catalog:", "next-themes": "catalog:", "react": "catalog:", "react-dom": "catalog:", "react-dropzone": "catalog:", "react-hook-form": "catalog:", "react-popper": "catalog:", "react-router": "catalog:", "swr": "catalog:", "uuid": "catalog:" }, "devDependencies": { "@plane/tailwind-config": "workspace:*", "@plane/typescript-config": "workspace:*", "@react-router/dev": "catalog:", "@tailwindcss/postcss": "catalog:", "@tailwindcss/typography": "catalog:", "@types/lodash-es": "catalog:", "@types/node": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "dotenv": "catalog:", "typescript": "catalog:", "vite": "catalog:", "vite-tsconfig-paths": "catalog:" } }