@gumhq/react-sdk
Version:
React SDK for Gum
71 lines (70 loc) • 1.62 kB
JSON
{
"name": "@gumhq/react-sdk",
"version": "3.0.1",
"license": "GPL-3.0",
"description": "React SDK for Gum",
"repository": {
"type": "git",
"url": "https://github.com/gumhq/sdk.git",
"directory": "packages/react-sdk"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "lib/index.js",
"files": [
"lib"
],
"browser": {
"fs": false,
"net": false,
"tls": false
},
"dependencies": {
"@bundlr-network/client": "^0.10.5",
"@gumhq/sdk": "^3.0.1",
"@orca-so/sdk": "^1.2.25",
"@project-serum/anchor": "^0.26.0",
"@shadow-drive/sdk": "^3.3.0",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-react": "^0.15.26",
"@solana/web3.js": "^1.75.0",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"decimal.js": "^10.4.3",
"tweetnacl": "^1.0.3",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/node": "^16.18.12",
"@types/react": "^18.0.27",
"tsup": "^6.6.3",
"typedoc": "^0.23.28"
},
"peerDependencies": {
"react": "^18.2.0"
},
"scripts": {
"clean": "rimraf lib",
"build": "npm run clean && tsup",
"build:docs": "typedoc",
"dev": "tsup --watch",
"start": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gum",
"react",
"sdk"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "d8908cc61e8a41d489df5b210a7cbeba19f2c71b"
}