UNPKG

@sh-reservoir0x/reservoir-kit-ui

Version:

ReservoirKit is the official frontend kit to get you started building dApps with the ReservoirProtocol.

68 lines (67 loc) 1.94 kB
{ "name": "@sh-reservoir0x/reservoir-kit-ui", "description": "ReservoirKit is the official frontend kit to get you started building dApps with the ReservoirProtocol.", "version": "0.2.7-b", "author": "Reservoir Protocol", "license": "MIT", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "source": "./src/index.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "nft", "reservoir", "reservoirkit", "protocol", "sdk" ], "sideEffects": false, "scripts": { "clean": "rm -rf dist" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-brands-svg-icons": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "^0.2.0", "@radix-ui/colors": "^0.1.8", "@radix-ui/react-collapsible": "1.0.3", "@radix-ui/react-dialog": "1.0.4", "@radix-ui/react-dropdown-menu": "2.0.5", "@radix-ui/react-popover": "1.0.6", "@radix-ui/react-scroll-area": "1.0.4", "@radix-ui/react-select": "1.2.2", "@radix-ui/react-switch": "1.0.3", "@radix-ui/react-toggle-group": "1.0.4", "@radix-ui/react-tooltip": "1.0.6", "@react-hookz/web": "^19.2.0", "@sh-reservoir0x/reservoir-sdk": "0.0.3-b", "@stitches/react": "1.3.1-1", "dayjs": "^1.11.4", "flatpickr": "^4.6.13", "framer-motion": "^6.4.2", "react-flatpickr": "^3.10.13", "swr": "2.0.1" }, "peerDependencies": { "@tanstack/react-query": "^5.20.2", "react": "^18.2.0", "react-dom": "^18.2.0", "viem": "~2.7.8", "wagmi": "~2.5.7" }, "repository": { "type": "git", "url": "https://github.com/aura-nw/seekhype-reservoir-ui-kit" } }