package.json 651 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@polkadot/apps",
  3. "private": true,
  4. "version": "0.40.0-beta.81",
  5. "description": "An Apps portal into the Polkadot network",
  6. "main": "index.js",
  7. "homepage": ".",
  8. "repository": "https://github.com/polkadot-js/apps.git",
  9. "author": "Jaco Greeff <jacogr@gmail.com>",
  10. "maintainers": [
  11. "Jaco Greeff <jacogr@gmail.com>"
  12. ],
  13. "contributors": [],
  14. "license": "Apache-2.0",
  15. "dependencies": {
  16. "@babel/polyfill": "^7.8.7",
  17. "@babel/runtime": "^7.8.7",
  18. "@polkadot/dev": "^0.50.29",
  19. "@polkadot/react-components": "0.40.0-beta.81",
  20. "@polkadot/react-signer": "0.40.0-beta.81",
  21. "query-string": "^6.11.1"
  22. }
  23. }