@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
19 lines (18 loc) • 501 B
JSON
{
"name": "xmark-swap-starter",
"version": "0.1.0",
"description": "XMark starter blocklet that contains a simple currency dapp",
"scripts": {
"start": "gatsby develop --host 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve"
},
"keywords": [],
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
"license": "MIT",
"dependencies": {
"@arcblock/gatsby-theme-www": "^7.25.0",
"dotenv": "^8.2.0",
"gatsby": "^2.23.22"
}
}