{
  "name": "@lens-protocol/widgets-react",
  "version": "2.1.0",
  "description": "React widgets to easily integrate Lens into your app",
  "main": "dist/index.js",
  "scripts": {
    "watch:ts": "npx tsc --watch",
    "generate": "graphql-codegen --config ./codegen.yaml"
  },
  "repository": {
    "type": "git", 
    "url": "git+https://github.com/lens-protocol/lens-widgets/tree/main/lens-widgets-react"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@emotion/css": "^11.10.5",
    "@types/react": "^18.0.28",
    "date-fns": "^2.29.3",
    "ethers": "^5.7.2",
    "graphql": "^16.6.0",
    "react-markdown": "^8.0.6",
    "react-player": "^2.12.0",
    "rehype-raw": "^6.1.1",
    "typescript": "^4.9.5",
    "urql": "^3.0.3"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^3.3.1",
    "@graphql-codegen/fragment-matcher": "^4.0.1",
    "@graphql-codegen/typed-document-node": "^4.0.1",
    "@graphql-codegen/typescript": "^3.0.4",
    "@graphql-codegen/typescript-operations": "^3.0.4"
  }
}
