@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
59 lines • 1.61 kB
JSON
{
"name": "@hypernetlabs/web-ui",
"version": "5.0.22",
"description": "Web ui react components for hypernet protocol",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/GoHypernet/hypernet-protocol.git"
},
"bugs": {
"url": "https://github.com/GoHypernet/hypernet-protocol/issues"
},
"homepage": "https://github.com/GoHypernet/hypernet-protocol/tree/master/packages/web-ui#readme",
"author": "Charlie Sibbach <charlie@hyperdyne.io>",
"keywords": [
"Blockchain",
"Hypernet",
"SDK",
"Ethereum",
"Vector"
],
"main": "dist/index.js",
"files": [
"dist",
"!dist/test",
"!dist/tsconfig.tsbuildinfo",
"!test",
"!src",
"!tsconfig.json"
],
"scripts": {
"build": "yarn clean && yarn compile",
"alias": "tsc-alias",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"prepublish": "yarn build",
"compile": "tsc --build && cd ../.. && yarn alias",
"generate-docs": "npx typedoc --options typedoc.json",
"test": "echo \"No tests specified yet\" && exit 0"
},
"types": "dist/index.d.ts",
"dependencies": {
"@hypernetlabs/objects": "^0.3.17",
"ethers": "5.4.7",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"@material-ui/lab": "^4.0.0-alpha.60",
"react-spinners": "^0.10.6",
"formik": "^2.2.9",
"formik-material-ui": "^3.0.1",
"yup": "^0.32.9",
"react-markdown": "4.3.1"
},
"peerDependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2"
}
}