{
  "name": "@pydantic/fastui-bootstrap",
  "version": "0.0.26",
  "description": "Bootstrap renderer for FastUI",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Samuel Colvin",
  "license": "MIT",
  "homepage": "https://github.com/pydantic/fastui",
  "private": false,
  "keywords": [
    "fastui",
    "bootstrap",
    "jsx",
    "typescript",
    "react",
    "fastapi"
  ],
  "scripts": {
    "prepublishOnly": "rm -rf dist && tsc",
    "typecheck": "tsc --noEmit",
    "typewatch": "tsc --noEmit --watch"
  },
  "dependencies": {
    "bootstrap": "^5.3.2",
    "react": "^18.2.0",
    "react-bootstrap": "^2.9.1",
    "react-dom": "^18.2.0",
    "sass": "^1.69.5"
  },
  "peerDependencies": {
    "@pydantic/fastui": "0.0.26"
  }
}
