package.json 937 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@polkadot/react-api",
  3. "version": "0.51.1",
  4. "description": "A collection of RxJs React components the Polkadot JS API",
  5. "main": "index.js",
  6. "keywords": [
  7. "Polkadot",
  8. "React",
  9. "RxJs"
  10. ],
  11. "author": "Jaco Greeff <jacogr@gmail.com>",
  12. "maintainers": [
  13. "Jaco Greeff <jacogr@gmail.com>"
  14. ],
  15. "contributors": [],
  16. "license": "Apache-2.0",
  17. "engines": {
  18. "node": ">=8.0"
  19. },
  20. "publishConfig": {
  21. "access": "public",
  22. "registry": "https://registry.npmjs.org"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/polkadot-js/ui.git"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/polkadot-js/ui/issues"
  30. },
  31. "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
  32. "dependencies": {
  33. "@babel/runtime": "^7.10.5",
  34. "@polkadot/api": "4.2.1",
  35. "@polkadot/extension-dapp": "^0.32.0-beta.10",
  36. "rxjs-compat": "^6.6.0"
  37. }
  38. }