package.json 614 B

12345678910111213141516171819202122
  1. {
  2. "name": "@polkadot/app-accounts",
  3. "version": "0.34.0-beta.119",
  4. "main": "index.js",
  5. "repository": "https://github.com/polkadot-js/apps.git",
  6. "author": "Jaco Greeff <jacogr@gmail.com>",
  7. "maintainers": [
  8. "Jaco Greeff <jacogr@gmail.com>"
  9. ],
  10. "contributors": [],
  11. "license": "Apache-2.0",
  12. "dependencies": {
  13. "@babel/runtime": "^7.5.5",
  14. "@polkadot/react-components": "^0.34.0-beta.119",
  15. "@types/file-saver": "^2.0.0",
  16. "@types/yargs": "^13.0.2",
  17. "babel-plugin-module-resolver": "^3.1.1",
  18. "detect-browser": "^4.6.0",
  19. "file-saver": "^2.0.0",
  20. "yargs": "^13.2.0"
  21. }
  22. }