Files
calendar/packages/app-store/rainbow/package.json
T
hexcowboyGitHubzomarsPeer Richelsenkodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
18d697436c Feat: Web3 Rainbowkit Integration (#4019)
* add new rainbow app and metadata

* add rainbowkit components

* add rainbow to event-type form

* create wallet connection ui

* verify signature when event is booked

* extract rainbow logic to app-store

* fix issues, dynamic import, theming

* skeleton, better api logic

* add gate logic to /[user]/book

* Fixes package.json

* Update yarn.lock

* Type fixes

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-05 15:10:58 -06:00

18 lines
433 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "@calcom/rainbow",
"version": "0.0.0",
"main": "./index.ts",
"description": "Web3 integration for token gating on Fungible Tokens, NFTs, and DAOs.",
"dependencies": {
"@calcom/lib": "*",
"@rainbow-me/rainbowkit": "^0.5.0",
"ethers": "^5.7.0",
"wagmi": "^0.6.4"
},
"devDependencies": {
"@calcom/types": "*"
}
}