This release is 54 versions behind 0.3.110 — the latest version of @paimaexample/explorer. Jump to latest
@paimaexample/explorer@0.3.50
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
0%
Published
2 months ago (0.3.50)
{ "name": "@paimaexample/explorer", "version": "0.3.50", "license": "MIT", "exports": { ".": "./server/main.ts" }, "tasks": { "dev": "deno run -A --node-modules-dir=auto npm:vite", "build": "deno run -A --node-modules-dir=auto npm:vite build", "server:start": "deno run -A --node-modules-dir --watch ./server/main.ts", "serve": "deno task build && deno task server:start" }, "imports": { "@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.4", "@oak/oak": "jsr:@oak/oak@^17.1.4", "@std/assert": "jsr:@std/assert@^1.0.12", "@types/react": "npm:@types/react@^19.1.2", "@vitejs/plugin-react": "npm:@vitejs/plugin-react@^4.4.1", "react": "npm:react@^19.1.0", "react-dom": "npm:react-dom@^19.1.0", "react-router-dom": "npm:react-router-dom@^7.5.1", "vite": "npm:vite@^6.3.2", "viem": "npm:viem", "viem/accounts": "npm:viem/accounts", "viem/chains": "npm:viem/chains", "vite-plugin-node-stdlib-browser": "npm:vite-plugin-node-stdlib-browser" }, "compilerOptions": { "types": [ "react", "react-dom", "@types/react" ], "lib": [ "dom", "dom.iterable", "deno.ns" ], "jsx": "react-jsx", "jsxImportSource": "react" } }