@arcblock/blocklet-registry
Version:
**Blocklets** are reusable building blocks to help developers and community users to build things on [ArcBlock](https://www.arcblock.io) platform. A blocklet serves one and only one purpose, reusability is the core design philosophy of blocklets. Reusabil
40 lines (39 loc) • 1.08 kB
JSON
{
"name": "forge-currency-starter",
"version": "1.4.3",
"author": "wangshijun <shijun@arcblock.io> https://github.com/wangshijun",
"keywords": [
"arcblock",
"forge",
"starter",
"react",
"javascript"
],
"homepage": "https://github.com/ArcBlock/forge-dapp-starters/tree/master/packages/forge-currency-starter",
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/forge-dapp-starters/tree/master/packages/forge-currency-starter"
},
"bugs": {
"url": "https://github.com/ArcBlock/forge-dapp-starters/issues",
"email": "shijun@arcblock.io"
},
"dependencies": {
"@arcblock/forge-wallet": "^1.3.3",
"@arcblock/graphql-client": "^1.3.4",
"@arcblock/mcrypto": "^1.2.13",
"axios": "^0.19.2",
"chalk": "^3.0.0",
"debug": "^4.1.1",
"inquirer": "^7.0.0",
"ip": "^1.1.5",
"lodash": "^4.17.11",
"shelljs": "^0.8.3"
},
"scripts": {},
"eslintConfig": {
"extends": "react-app-starter"
},
"license": "Apache-2.0",
"gitHead": "818fb3a2480e518beb675f3560b3548c33c70869"
}