1234567891011121314151617181920212223 |
- {
- "name": "@polkadot/app-accounts",
- "version": "0.37.0-beta.63",
- "main": "index.js",
- "repository": "https://github.com/polkadot-js/apps.git",
- "author": "Jaco Greeff <jacogr@gmail.com>",
- "maintainers": [
- "Jaco Greeff <jacogr@gmail.com>"
- ],
- "contributors": [],
- "license": "Apache-2.0",
- "dependencies": {
- "@babel/runtime": "^7.7.1",
- "@polkadot/react-components": "^0.37.0-beta.63",
- "@polkadot/react-qr": "^0.47.0-beta.3",
- "@types/file-saver": "^2.0.0",
- "@types/yargs": "^13.0.2",
- "babel-plugin-module-resolver": "^3.1.1",
- "detect-browser": "^4.8.0",
- "file-saver": "^2.0.0",
- "yargs": "^14.2.0"
- }
- }
|