a1b8fabd99
* Ensure all internal dapps have package.json * Update compilation rules # Conflicts: # js/src/redux/providers/balancesActions.js # js/src/ui/Form/TypedInput/typedInput.js * Remove SignerIcon * Cleanup providers * Enable request of new token from app * Queue when no token (yet) * Add location & token request * Cleanup send logic * Request token * Request comms token * Remove yarn.lock (not updated) * Update version to 1.99.99 (publish prepare) * Move jsonrpc to seperate repo * Update jsonrpc references * Update repo info * Update repo info * Additional debugging * Update repo references * Move ABI to js-abi repo * Move webWorker to shared * Fix package reference * Worker location * Move js-ui & js-shared components * Update file references * Update package repo locations * Remove debugging info * Cleanup debug * Split api into own repo * Update api local references * Update app loading * Update dependencies * Allow serving of /parity-utils * Error when EthereumProvider has not been attached * Use inject.js * Correct appId retrieval
32 lines
797 B
JSON
32 lines
797 B
JSON
{
|
|
"name": "@parity/dapp-console",
|
|
"description": "Parity console dapp",
|
|
"version": "1.99.99",
|
|
"main": "index.js",
|
|
"author": "Parity Team <admin@parity.io>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paritytech/dapp-console.git"
|
|
},
|
|
"keywords": [],
|
|
"scripts": {},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"base32.js": "0.1.0",
|
|
"bytes": "2.4.0",
|
|
"format-number": "2.0.1",
|
|
"phoneformat.js": "1.0.3",
|
|
"react-codemirror": "^0.3.0",
|
|
"react-element-to-jsx-string": "6.0.0",
|
|
"react-inspector": "paritytech/react-inspector",
|
|
"react-markdown": "2.4.4",
|
|
"material-ui": "0.16.5",
|
|
"validator": "6.2.0",
|
|
"rlp": "2.0.0"
|
|
},
|
|
"peerDependencies": {}
|
|
}
|