UNPKG

@archway-kit/react

Version:

React components to interact with the Archway network

70 lines (69 loc) 1.71 kB
{ "name": "@archway-kit/react", "version": "0.5.51", "description": "React components to interact with the Archway network", "homepage": "https://docs.archway.io", "repository": { "type": "git", "url": "git+https://github.com/archway-network/archway-kit.git", "directory": "packages/@archway-kit-react" }, "keywords": [ "archway", "atom", "blockchain", "cosmjs", "cosmos", "cosmosjs", "dapp", "dapps", "react", "reactjs", "wasm", "web3" ], "author": "Archway Network (https://archway.io)", "license": "Apache-2.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "main": "dist/index.cjs", "types": "dist/index.d.ts", "module": "dist/archway-kit.esm.js", "files": [ "README.md", "dist" ], "exports": { "import": "./dist/archway-kit.esm.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "type": "module", "sideEffects": false, "engines": { "node": ">=16" }, "scripts": { "prepublishOnly": "npm run build", "build": "../../scripts/build.sh --external:react --external:react-dom", "watch": "../../scripts/watch.sh --external:react --external:react-dom", "test": "../../scripts/test.sh", "lint": "../../scripts/lint.sh", "clean": "shx rm -rf ./dist" }, "peerDependencies": { "react": "^16 || ^17 || ^18", "react-dom": "^16 || ^17 || ^18" }, "devDependencies": { "@testing-library/react": "^13.0.0", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "react": "^18.0.0", "react-dom": "^18.0.0", "snapshot-diff": "^0.8.1" }, "dependencies": {} }