UNPKG

@okcontract/sdk-react

Version:

One-stop-shop permissionless SDK for building any blockchain frontend

72 lines 1.91 kB
{ "name": "@okcontract/sdk-react", "private": false, "license": "Apache-2.0", "version": "0.1.5", "type": "module", "description": "One-stop-shop permissionless SDK for building any blockchain frontend", "keywords": [ "ethereum", "evm", "blockchain", "frontend", "SDK", "React", "permissionless", "web3" ], "repository": { "type": "git", "url": "git+https://github.com/okcontract/sdk-react.git" }, "author": "Henri Binsztok", "module": "dist/sdk-react.es.js", "types": "./dist/index.d.ts", "main": "./src/index.ts", "exports": { ".": { "import": "./dist/sdk-react.es.js", "types": "./dist/index.d.ts" } }, "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "dev": "vite", "build": "vite build && cp def/* dist/", "lint": "eslint . --ext js,ts,tsx --report-unused-disable-directives --max-warnings 0", "definitions": "tsc --project tsconfig.build.json", "prepublishOnly": "npm run build", "formatReadme": "prettier README.md --prose-wrap always --print-width 78 -w" }, "dependencies": { "@okcontract/cells": "^0.3.3", "@okcontract/multichain": "^0.1.2", "@okcontract/sdk": "^0.1.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@types/node": "^22.5.4", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.5.0", "@vitejs/plugin-react": "^4.3.1", "eslint": "^8.0.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.11", "happy-dom": "^15.7.4", "svelte": "^4.2.19", "svelte-preprocess": "^6.0.2", "typescript": "^5.6.2", "vite": "^5.4.4", "vite-plugin-top-level-await": "^1.4.4", "vite-plugin-wasm": "^3.3.0" } }