3 "specifiers": {
4 "npm:@libsql/client@*": "0.14.0",
5 "npm:@types/react@*": "19.0.10",
6 "npm:react-dom@*": "19.0.0_react@19.0.0",
7 "npm:react@*": "19.0.0",
8 "npm:zod@*": "3.24.2"
9 },
74 ]
75 },
76 "@types/react@19.0.10": {
77 "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==",
78 "dependencies": [
139 "integrity": "sha512-7nJ6v5lnJsXwGprnGXga4wx6d1POjvi5Qmf1ivTRxTjH4Z/9Czja/UCMLVmB9N93GeWOU93XaFaEt6jbuoagNw=="
140 },
141 "react-dom@19.0.0_react@19.0.0": {
142 "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==",
143 "dependencies": [
144 "react",
145 "scheduler"
146 ]
147 },
148 "react@19.0.0": {
149 "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ=="
150 },
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import QrScanner from "https://esm.sh/qr-scanner@1.4.2";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4import React, { useRef, useState } from "https://esm.sh/react@18.2.0";
5
6function App() {
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect, useRef } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4
5function VoiceWaveform({ isActive, type = 'user' }) {
1import { Avatar } from "npm:react-avatar";
2
3export default async function(req: Request): Promise<Response> {
1// visits
2import { DataRequest } from "https://esm.town/v/jxnblk/reactstream/index.tsx";
3
4const API = "https://jxnblk-api.web.val.run/visits";
2
3// import data from "https://blog.jxnblk.com/api/all.json" with { type: "json" };
4import type { Middleware } from "https://esm.town/v/jxnblk/reactstream/index.tsx";
5
6function generateRSSFeed(posts) {
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import { renderToStaticMarkup } from "https://esm.sh/react-dom@18.3.1/server";
3
4export const Vantom = ({
1/** @jsxImportSource npm:react@18.3.1 */
2import { render as renderPNG } from "https://deno.land/x/resvg_wasm@0.2.0/mod.ts";
3import { renderToStaticMarkup } from "npm:react-dom@18.3.1/server";
4
5type SVGComponentProps = {
10const cache = new Map();
11
12export function render(Component: React.ComponentType<SVGComponentProps>, headers: any = {}) {
13 return async function(req: Request): Promise<Response> {
14 const url = new URL(req.url);
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import { type Message } from "../shared/utils.ts";
4import { App } from "./components/App.tsx";
1/** @jsxImportSource npm:react@18.3.1 */
2import wrap from "npm:word-wrap";
3// make this a library
4import { render } from "./react-svg-to-png.tsx";
5import { Avatar } from "./avatar.tsx";
6import { Diagz, Tiled } from "./greebles.tsx";