1234567891011121314151617181920212223 |
- {
- "name": "@polkadot/apps",
- "private": true,
- "version": "0.40.0-beta.81",
- "description": "An Apps portal into the Polkadot network",
- "main": "index.js",
- "homepage": ".",
- "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/polyfill": "^7.8.7",
- "@babel/runtime": "^7.8.7",
- "@polkadot/dev": "^0.50.29",
- "@polkadot/react-components": "0.40.0-beta.81",
- "@polkadot/react-signer": "0.40.0-beta.81",
- "query-string": "^6.11.1"
- }
- }
|