@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
65 lines (64 loc) • 1.66 kB
JSON
{
"name": "forge-next-starter",
"version": "1.4.3",
"author": "wangshijun <shijun@arcblock.io> https://github.com/wangshijun",
"license": "Apache-2.0",
"keywords": [
"arcblock",
"forge",
"next.js",
"starter",
"react",
"javascript"
],
"homepage": "https://github.com/ArcBlock/forge-dapp-starters/tree/master/packages/forge-next-starter",
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/forge-dapp-starters/tree/master/packages/forge-next-starter"
},
"bugs": {
"url": "https://github.com/ArcBlock/forge-dapp-starters/issues",
"email": "shijun@arcblock.io"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx,css,less,scss,json,graphql}": [
"prettier --write",
"git add"
]
},
"scripts": {
"lint": "eslint **/*.js",
"precommit": "yarn lint",
"prepush": "yarn lint"
},
"dependencies": {
"@arcblock/forge-wallet": "^1.3.3",
"@arcblock/graphql-client": "^1.3.4",
"@arcblock/mcrypto": "^1.2.13",
"chalk": "^2.4.2",
"debug": "^4.1.1",
"inquirer": "^7.0.0",
"ip": "^1.1.5",
"lodash": "^4.17.15",
"shelljs": "^0.8.3"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"eslint": "5.3.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"husky": "^2.2.0",
"lint-staged": "^8.1.6",
"prettier": "^1.17.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "lint-staged"
}
},
"gitHead": "818fb3a2480e518beb675f3560b3548c33c70869"
}