UNPKG

@ipfsnut/evermark-sdk-react

Version:

React components and hooks for Evermark SDK

71 lines 1.64 kB
{ "name": "@ipfsnut/evermark-sdk-react", "version": "1.2.1", "description": "React components and hooks for Evermark SDK", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist/**/*", "README.md", "CHANGELOG.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "type-check": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "@ipfsnut/evermark-sdk-core": "1.2.1", "@ipfsnut/evermark-sdk-browser": "1.2.1", "@ipfsnut/evermark-sdk-storage": "1.2.1" }, "devDependencies": { "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "typescript": "^5.6.3", "vitest": "^2.1.9", "@vitest/coverage-v8": "^2.1.9", "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "keywords": [ "react", "hooks", "components", "image", "loading", "evermark", "blockchain", "web3" ], "author": "ipfsnut", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ipfsnut/evermark-sdk.git", "directory": "packages/react" }, "bugs": { "url": "https://github.com/ipfsnut/evermark-sdk/issues" }, "homepage": "https://github.com/ipfsnut/evermark-sdk#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }