package.json 910 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@polkadot/react-hooks",
  3. "version": "0.51.1",
  4. "description": "A collection of React hooks the Polkadot JS Apps UI",
  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. "memoizee": "^0.4.14"
  35. },
  36. "devDependencies": {
  37. "@types/memoizee": "^0.4.4"
  38. }
  39. }