{
  "name": "@sites/twind.style",
  "version": "1.0.1",
  "description": "Twind Website",
  "private": true,
  "license": "MIT",
  "homepage": "https://twind.style",
  "bugs": "https://github.com/tw-in-js/twind/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/tw-in-js/twind.git",
    "directory": "sites/twind.style"
  },
  "type": "module",
  "engines": {
    "node": ">=18.12.0"
  },
  "scripts": {
    "postinstall": "svelte-kit sync",
    "start": "npm run dev",
    "dev": "vite dev",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "build": "pnpm typedoc && vite build && pnpm build:worker",
    "build:worker": "esbuild src/_worker.ts --platform=browser --format=esm --sourcemap --target=es2020 --bundle --outfile=build/_worker.js",
    "preview": "wrangler pages dev build",
    "typedoc": "typedoc",
    "typedoc:watch": "typedoc --watch"
  },
  "dependencies": {
    "@cloudflare/workers-types": "^3.18.0",
    "@radix-ui/colors": "^0.1.8",
    "@sastan/svelte-headlessui": "^1.0.2",
    "@sveltejs/adapter-static": "1.0.0-next.48",
    "@sveltejs/kit": "1.0.0-next.547",
    "@twind/core": "1.0.1",
    "@twind/preset-autoprefix": "1.0.1",
    "@twind/preset-ext": "1.0.1",
    "@twind/preset-tailwind": "1.0.1",
    "@twind/preset-typography": "1.0.1",
    "@twind/with-sveltekit": "1.0.1",
    "@types/graceful-fs": "^4.1.5",
    "esbuild": "^0.15.13",
    "fast-glob": "^3.2.12",
    "find-up": "^6.3.0",
    "flexsearch": "^0.7.31",
    "graceful-fs": "^4.2.10",
    "gray-matter": "^4.0.3",
    "hast-util-has-property": "^2.0.0",
    "hast-util-heading-rank": "^2.1.0",
    "hast-util-to-html": "^8.0.3",
    "hast-util-to-string": "^2.0.0",
    "hastscript": "^7.1.0",
    "html-escaper": "^3.0.3",
    "just-debounce": "^1.1.0",
    "parse-numeric-range": "^1.3.0",
    "quick-lru": "^6.1.1",
    "read-pkg-up": "^7.0.1",
    "rehype-autolink-headings": "^6.1.1",
    "rehype-extract-excerpt": "^0.1.0",
    "rehype-parse": "^8.0.4",
    "rehype-raw": "^6.1.1",
    "rehype-slug": "^5.1.0",
    "rehype-stringify": "^9.0.3",
    "rehype-toc": "^3.0.2",
    "remark-abbr": "^1.4.1",
    "remark-directive": "^2.0.1",
    "remark-gfm": "^3.0.1",
    "remark-github": "^11.2.4",
    "remark-github-beta-blockquote-admonitions": "^1.1.0",
    "remark-parse": "^10.0.1",
    "remark-rehype": "^10.1.0",
    "shiki": "^0.10.1",
    "svelte": "^3.53.1",
    "svelte-check": "^2.9.2",
    "tinykeys": "^1.4.0",
    "tslib": "^2.4.1",
    "typedoc": "^0.23.20",
    "typedoc-plugin-markdown": "^3.13.6",
    "typedoc-plugin-mdn-links": "^2.0.0",
    "typedoc-plugin-resolve-crossmodule-references": "^0.3.2",
    "typescript": "^4.8.4",
    "unified": "^10.1.2",
    "unist-util-find-after": "^4.0.0",
    "unist-util-visit": "^4.1.1",
    "unist-util-visit-parents": "^5.1.1",
    "vite": "^3.2.3",
    "wrangler": "^2.2.1"
  }
}
