UNPKG

@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

110 lines (109 loc) 3.11 kB
{ "name": "forge-currency-starter", "keywords": [ "arcblock", "forge", "starter", "react", "javascript" ], "dependencies": { "@arcblock/asset-factory": "^1.2.8", "@arcblock/did": "^1.3.3", "@arcblock/did-agent-storage-mongo": "^1.2.7", "@arcblock/did-auth": "^1.3.4", "@arcblock/did-auth-storage-mongo": "^1.2.7", "@arcblock/did-playground": "latest", "@arcblock/did-react": "^0.78.1", "@arcblock/did-util": "^1.3.3", "@arcblock/event-client": "^1.0.23", "@arcblock/event-server": "^1.0.39", "@arcblock/forge-message": "^1.3.1", "@arcblock/forge-proto": "^1.3.1", "@arcblock/forge-sdk": "^1.3.4", "@arcblock/forge-util": "^1.2.13", "@arcblock/forge-wallet": "^1.3.3", "@arcblock/mcrypto": "^1.2.13", "@arcblock/swap-storage-mongo": "^1.2.7", "@arcblock/ux": "^0.78.0", "@material-ui/core": "^4.10.2", "@material-ui/icons": "4.5.1", "axios": "^0.19.0", "body-parser": "^1.19.0", "chalk": "^2.4.2", "compression": "^1.7.4", "cookie-parser": "^1.4.4", "core-js": "2.5.7", "cors": "^2.8.5", "debug": "^4.1.1", "dotenv": "^8.0.0", "express": "^4.17.1", "express-bearer-token": "^2.4.0", "http-proxy-middleware": "^0.19.1", "ip": "^1.1.5", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.11", "moment": "^2.24.0", "mongoose": "^5.5.11", "morgan": "^1.9.1", "nocache": "^2.1.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", "react-helmet": "^5.2.1", "react-router-dom": "^5.1.2", "react-scripts": "3.4.0", "react-use": "^13.24.0", "serverless-http": "^2.0.2", "set-npm-auth-token-for-ci": "^2.0.13", "store": "^2.0.12", "styled-components": "^5.0.1" }, "scripts": { "lint": "eslint src api", "precommit": "yarn lint", "prepush": "yarn lint", "clean": "rm -rf build api/dist", "start": "npm-run-all --parallel start:*", "start:client": "react-scripts start", "start:server": "nodemon api/index.js -w api", "build": "yarn clean && npm-run-all build:*", "build:client": "react-scripts build", "build:server": "netlify-lambda build api/functions", "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": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", "babel-eslint": "^10.0.3", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.18.3", "jest": "^24.1.0", "lerna": "^3.20.2", "netlify-lambda": "^1.4.13", "nodemon": "^1.19.1", "npm-run-all": "^4.1.5" }, "license": "Apache-2.0" }