@craftile/preview-client-html
Version: 
HTML preview client for static block rendering in Craftile
55 lines • 1.2 kB
JSON
{
  "name": "@craftile/preview-client-html",
  "version": "0.7.1",
  "description": "HTML preview client for static block rendering in Craftile",
  "keywords": [
    "craftile",
    "preview",
    "html",
    "static",
    "rendering"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Eldo Magan",
      "email": "magan.eldo@gmail.com"
    }
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./html.cdn.js": "./dist/html.cdn.js"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "morphdom": "^2.7.5",
    "jsdom": "^25.0.1",
    "typescript": "~5.8.3",
    "vite": "^7.0.0",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4",
    "@craftile/preview-client": "0.7.1",
    "@craftile/types": "0.7.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/craftile/editor.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc && vite build && vite build --mode cdn"
  }
}