/ packages / react-hooks / deno.json
deno.json
 1  {
 2    "name": "@massmarket/react-hooks",
 3    "version": "0.0.0",
 4    "license": "MIT",
 5    "exports": {
 6      ".": "./mod.ts",
 7      "./useShopId": "./useShopId.ts"
 8    },
 9    "imports": {
10      "@happy-dom/global-registrator": "npm:@happy-dom/global-registrator@^17.4.7",
11      "@logtape/logtape": "jsr:@logtape/logtape@^0.10.0",
12      "@std/assert": "jsr:@std/assert@^1.0.13",
13      "@std/expect": "jsr:@std/expect@^1.0.16",
14      "@tanstack/react-query": "npm:@tanstack/react-query@5.74.4",
15      "@tanstack/react-router": "npm:@tanstack/react-router@1.116.0",
16      "@testing-library/react": "npm:@testing-library/react@^16.3.0",
17      "@types/react": "npm:@types/react@^19.1.2",
18      "react": "npm:react@^19.1.0",
19      "viem": "npm:viem@^2.28.1",
20      "wagmi": "npm:wagmi@^2.15.1"
21    },
22    "compilerOptions": {
23      "noErrorTruncation": true,
24      "lib": ["ESNext", "dom", "dom.iterable", "dom.asynciterable", "deno.ns"],
25      "jsx": "react-jsx",
26      "jsxImportSource": "react",
27      "jsxImportSourceTypes": "@types/react"
28    }
29  }