package.json 458 B

123456789101112131415161718
  1. {
  2. "name": "@polkadot/app-storage",
  3. "private": true,
  4. "version": "0.51.1",
  5. "main": "index.js",
  6. "repository": "https://github.com/polkadot-js/apps.git",
  7. "author": "Jaco Greeff <jacogr@gmail.com>",
  8. "maintainers": [
  9. "Jaco Greeff <jacogr@gmail.com>"
  10. ],
  11. "contributors": [],
  12. "license": "Apache-2.0",
  13. "dependencies": {
  14. "@babel/runtime": "^7.10.5",
  15. "@polkadot/react-components": "0.51.1",
  16. "@polkadot/react-params": "0.51.1"
  17. }
  18. }