@dechains/cra-template-dapp
Version:
Create react app template with notification system, etherium wallet integration, MUI5 integration and other necessary packages required for base dApp development in REACTJS
28 lines (27 loc) • 859 B
JSON
{
"name": "@dechains/cra-template-dapp",
"version": "0.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dechains/cra-template-dapp.git"
},
"description": "Create react app template with notification system, etherium wallet integration, MUI5 integration and other necessary packages required for base dApp development in REACTJS",
"bugs": {
"url": "https://github.com/dechains/cra-template-dapp/issues"
},
"homepage": "https://github.com/dechains/cra-template-dapp#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettify": "prettier --write \"**/*.{js,jsx,ts,tsx}\""
},
"keywords": [
"cra-template",
"react-template",
"cra-template-typescript",
"dapp-template",
"cra-dapp",
"cra-dapp-template"
],
"author": "Dechains"
}