Highly ambitious ATProtocol AppView service and sdks
at main 2.4 kB view raw
1{ 2 "compilerOptions": { 3 "jsx": "react-jsx", 4 "jsxImportSource": "react", 5 "lib": ["deno.ns", "deno.unstable", "dom", "dom.iterable", "esnext"] 6 }, 7 "tasks": { 8 "dev": "deno task dev:vite & sleep 3 && deno task dev:server", 9 "dev:server": "deno run --allow-all --watch --env-file=.env server/main.ts", 10 "dev:vite": "deno run -A npm:vite dev --port 5173", 11 "build": "deno run -A npm:vite build", 12 "start": "deno run --allow-all --env-file=.env server/main.ts", 13 "preview": "vite preview", 14 "relay": "deno run -A npm:relay-compiler", 15 "schema:dev": "npx get-graphql-schema 'http://localhost:3000/graphql?slice=at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z' > schema.graphql", 16 "schema:prod": "npx get-graphql-schema 'https://api.slices.network/graphql?slice=at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z' > schema.graphql" 17 }, 18 "imports": { 19 "@std/http": "jsr:@std/http@^1.0.14", 20 "@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.5", 21 "clsx": "npm:clsx@^2.1.1", 22 "graphql-ws": "npm:graphql-ws@^6.0.6", 23 "lucide-react": "npm:lucide-react@^0.545.0", 24 "marked": "npm:marked@^16.3.0", 25 "marked-highlight": "npm:marked-highlight@^2.2.2", 26 "shiki": "npm:shiki@^3.13.0", 27 "react": "npm:react@^19.1.1", 28 "react-dom": "npm:react-dom@^19.1.1", 29 "react-relay": "npm:react-relay@^20.1.1", 30 "react-router-dom": "npm:react-router-dom@^7.9.3", 31 "relay-runtime": "npm:relay-runtime@^20.1.1", 32 "tailwind-merge": "npm:tailwind-merge@^2.6.0", 33 "@takumi-rs/core": "npm:@takumi-rs/core@^0.36.2", 34 "@takumi-rs/helpers": "npm:@takumi-rs/helpers@^0.36.2", 35 "@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.14", 36 "@types/node": "npm:@types/node@^24.6.0", 37 "@types/react": "npm:@types/react@^19.1.16", 38 "@types/react-dom": "npm:@types/react-dom@^19.1.9", 39 "@types/react-relay": "npm:@types/react-relay@^18.2.1", 40 "@types/relay-runtime": "npm:@types/relay-runtime@^19.0.3", 41 "@vitejs/plugin-react": "npm:@vitejs/plugin-react@^5.0.4", 42 "autoprefixer": "npm:autoprefixer@^10.4.21", 43 "babel-plugin-relay": "npm:babel-plugin-relay@^20.1.1", 44 "globals": "npm:globals@^16.4.0", 45 "graphql": "npm:graphql@^16.11.0", 46 "postcss": "npm:postcss@^8.5.6", 47 "relay-compiler": "npm:relay-compiler@^20.1.1", 48 "tailwindcss": "npm:tailwindcss@^4.1.14", 49 "vite": "npm:vite@^7.1.7" 50 } 51}