@bzxnetwork/portal
Version:
Frontend demo portal for bZx
71 lines (70 loc) • 2.16 kB
JSON
{
"name": "@bzxnetwork/portal",
"version": "0.4.9",
"description": "Frontend demo portal for bZx",
"keywords": [],
"author": "",
"license": "Apache-2.0",
"homepage": "https://github.com/bZxNetwork/bZx-monorepo/tree/master/packages/portal#readme",
"repository": {
"type": "git",
"url": "https://github.com/bZxNetwork/bZx-monorepo.git"
},
"bugs": {
"url": "https://github.com/bZxNetwork/bZx-monorepo/issues"
},
"main": "portal.js",
"dependencies": {
"@material-ui/core": "^1.5.1",
"bignumber.js": "^7.0.1",
"@bzxnetwork/bzx.js": "0.4.9",
"ethereum-blockies-png": "^0.1.2",
"glob": "^7.1.3",
"jest": "^23.5.0",
"jss": "^9.8.1",
"material-ui-pickers": "^1.0.0-rc.13",
"moment": "^2.22.1",
"next": "^6.1.1",
"p-queue": "^3.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-jss": "^8.4.0",
"styled-components": "^3.4.4",
"web3": "1.0.0-beta.36",
"web3-provider-engine": "^14.0.6"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-styled-components": "^1.5.1",
"cross-env": "^5.1.4",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"node-mv": "^0.1.3",
"prettier": "^1.10.2",
"rimraf": "^2.6.2"
},
"scripts": {
"test": "jest",
"dev": "next",
"build": "rimraf ./dist && next build && next export -o dist && rimraf ./live_site && node-mv ./dist ./live_site --parents",
"build:staging": "cross-env IS_STAGING=true npm run build",
"prod": "cd dist && python -m http.server --bind 127.0.0.1",
"lint": "eslint lib pages src",
"lint:fix": "eslint lib pages src --fix",
"prepush": "npm run lint"
},
"jest": {
"testPathIgnorePatterns": [
"<rootDir>/dist/",
"<rootDir>/.next/",
"<rootDir>/node_modules/"
]
}
}