{ "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react", "lib": ["deno.ns", "deno.unstable", "dom", "dom.iterable", "esnext"] }, "tasks": { "dev": "deno task dev:vite & sleep 3 && deno task dev:server", "dev:server": "deno run --allow-all --watch --env-file=.env server/main.ts", "dev:vite": "deno run -A npm:vite dev --port 5173", "build": "deno run -A npm:vite build", "start": "deno run --allow-all --env-file=.env server/main.ts", "preview": "vite preview", "relay": "deno run -A npm:relay-compiler", "schema:dev": "npx get-graphql-schema 'http://localhost:3000/graphql?slice=at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z' > schema.graphql", "schema:prod": "npx get-graphql-schema 'https://api.slices.network/graphql?slice=at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z' > schema.graphql" }, "imports": { "@std/http": "jsr:@std/http@^1.0.14", "@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.5", "clsx": "npm:clsx@^2.1.1", "graphql-ws": "npm:graphql-ws@^6.0.6", "lucide-react": "npm:lucide-react@^0.545.0", "marked": "npm:marked@^16.3.0", "marked-highlight": "npm:marked-highlight@^2.2.2", "shiki": "npm:shiki@^3.13.0", "react": "npm:react@^19.1.1", "react-dom": "npm:react-dom@^19.1.1", "react-relay": "npm:react-relay@^20.1.1", "react-router-dom": "npm:react-router-dom@^7.9.3", "relay-runtime": "npm:relay-runtime@^20.1.1", "tailwind-merge": "npm:tailwind-merge@^2.6.0", "@takumi-rs/core": "npm:@takumi-rs/core@^0.36.2", "@takumi-rs/helpers": "npm:@takumi-rs/helpers@^0.36.2", "@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.14", "@types/node": "npm:@types/node@^24.6.0", "@types/react": "npm:@types/react@^19.1.16", "@types/react-dom": "npm:@types/react-dom@^19.1.9", "@types/react-relay": "npm:@types/react-relay@^18.2.1", "@types/relay-runtime": "npm:@types/relay-runtime@^19.0.3", "@vitejs/plugin-react": "npm:@vitejs/plugin-react@^5.0.4", "autoprefixer": "npm:autoprefixer@^10.4.21", "babel-plugin-relay": "npm:babel-plugin-relay@^20.1.1", "globals": "npm:globals@^16.4.0", "graphql": "npm:graphql@^16.11.0", "postcss": "npm:postcss@^8.5.6", "relay-compiler": "npm:relay-compiler@^20.1.1", "tailwindcss": "npm:tailwindcss@^4.1.14", "vite": "npm:vite@^7.1.7" } }