{
  "name": "myst-util-to-react",
  "version": "0.1.13",
  "main": "./src/index.tsx",
  "types": "./src/index.tsx",
  "files": [
    "src"
  ],
  "license": "MIT",
  "scripts": {
    "lint": "eslint \"src/**/*.ts*\" \"src/**/*.tsx\" -c ./.eslintrc.js",
    "lint:format": "prettier --check \"src/**/*.{ts,tsx,md}\""
  },
  "dependencies": {
    "@curvenote/blocks": "*",
    "@curvenote/connect": "^0.0.6",
    "@curvenote/nbtx": "^0.1.11",
    "@curvenote/ui-providers": "*",
    "@headlessui/react": "^1.6.5",
    "@heroicons/react": "^1.0.6",
    "@popperjs/core": "^2.11.5",
    "@remix-run/react": "^1.6.3",
    "ansi-to-react": "^6.1.6",
    "classnames": "^2.3.1",
    "myst-spec": "^0.0.4",
    "myst-to-tex": "0.0.2",
    "myst-transforms": "*",
    "mystjs": "^0.0.13",
    "nanoid": "^4.0.0",
    "react-dom": "^17.0.2",
    "react-popper": "^2.3.0",
    "react-redux": "^8.0.2",
    "react-syntax-highlighter": "^15.5.0",
    "swr": "^1.3.0",
    "unist-util-select": "^4.0.1"
  },
  "devDependencies": {
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "eslint": "^8.21.0",
    "eslint-config-curvenote": "*",
    "react": "^17.0.2",
    "tsconfig": "*",
    "typescript": "latest"
  }
}
