{
  "name": "@shoelace-style/react",
  "version": "2.0.0-beta.40",
  "description": "Shoelace web components wrapped up for React.",
  "main": "dist/index.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./scripts/build.js && npm run commit-package-changes && tsc",
    "commit-package-changes": "(git commit -m \"update versions\" package.json) || true",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shoelace-style/react.git"
  },
  "keywords": [
    "Shoelace",
    "web components",
    "react"
  ],
  "author": "Cory LaViska",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shoelace-style/react/issues"
  },
  "homepage": "https://github.com/shoelace-style/react#readme",
  "devDependencies": {
    "@types/node": "^15.0.2",
    "@types/react": "^17.0.5",
    "chalk": "^4.1.1",
    "del": "^6.0.0",
    "mkdirp": "^1.0.4",
    "pascal-case": "^3.1.2",
    "prettier": "^2.2.1",
    "react": "^17.0.2",
    "tslib": "^2.2.0",
    "typescript": "^4.2.4"
  },
  "peerDependencies": {
    "@shoelace-style/shoelace": "2.0.0-beta.40",
    "react": "*"
  },
  "dependencies": {
    "@lit-labs/react": "*"
  }
}
