@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
77 lines (76 loc) • 2.02 kB
JSON
{
"name": "forge-python-starter",
"version": "0.0.1",
"main": "src/index.js",
"keywords": [
"arcblock",
"forge",
"starter",
"react",
"javascript"
],
"homepage": "https://github.com/ArcBlock/forge-dapp-starters/tree/master/packages/forge-react-starter",
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/forge-dapp-starters/tree/master/packages/forge-react-starter"
},
"bugs": {
"url": "https://github.com/ArcBlock/forge-dapp-starters/issues",
"email": "shijun@arcblock.io"
},
"dependencies": {
"@arcblock/forge-wallet": "^0.36.0",
"@arcblock/graphql-client": "^0.36.0",
"@arcblock/mcrypto": "^0.36.0",
"@arcblock/react-forge": "^0.5.13",
"@material-ui/core": "^3.9.3",
"axios": "^0.19.0",
"core-js": "2.5.7",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.0.0",
"react-use": "^9.1.2",
"store": "^2.0.12",
"styled-components": "^4.2.0"
},
"scripts": {
"lint": "eslint src",
"precommit": "yarn lint",
"prepush": "yarn lint",
"start": "npm-run-all --parallel start:*",
"start:client": "react-scripts start",
"build": "npm-run-all build:*",
"build:client": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"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",
"nodemon": "^1.19.1",
"npm-run-all": "^4.1.5",
"react-scripts": "^3.1.1"
},
"license": "Apache-2.0"
}