{
  "name": "myst-to-react",
  "version": "1.3.1",
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jupyter-book/myst-theme.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "lint": "eslint \"src/**/*.ts*\" \"src/**/*.tsx\" -c ./.eslintrc.cjs",
    "lint:format": "prettier --check \"src/**/*.{ts,tsx,md}\"",
    "dev": "npm-run-all --parallel \"build:* -- --watch\"",
    "build:esm": "tsc",
    "build": "npm-run-all -l clean -p build:esm"
  },
  "dependencies": {
    "@heroicons/react": "^2.0.18",
    "@myst-theme/providers": "^1.3.1",
    "@radix-ui/react-hover-card": "^1.0.6",
    "@scienceicons/react": "^0.0.13",
    "buffer": "^6.0.3",
    "classnames": "^2.3.2",
    "myst-common": "^1.8.1",
    "myst-config": "^1.8.1",
    "myst-migrate": "^1.7.0",
    "myst-spec": "^0.0.5",
    "nanoid": "^4.0.2",
    "react-syntax-highlighter": "15.5.0",
    "swr": "^2.1.5",
    "unist-util-select": "^4.0.3",
    "unist-util-visit": "^4.1.2"
  },
  "peerDependencies": {
    "@types/react": "^16.8 || ^17.0 || ^18.0",
    "@types/react-dom": "^16.8 || ^17.0 || ^18.0",
    "react": "^16.8 || ^17.0 || ^18.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0"
  },
  "devDependencies": {
    "@types/react-syntax-highlighter": "^15.5.7"
  }
}
