package.json 504 B

1234567891011121314151617181920
  1. {
  2. "name": "@polkadot/app-settings",
  3. "private": true,
  4. "version": "0.51.1",
  5. "description": "Settings management",
  6. "main": "index.js",
  7. "scripts": {},
  8. "author": "Jaco Greeff <jacogr@gmail.com>",
  9. "maintainers": [
  10. "Jaco Greeff <jacogr@gmail.com>"
  11. ],
  12. "license": "Apache-2.0",
  13. "dependencies": {
  14. "@babel/runtime": "^7.10.5",
  15. "@polkadot/apps-config": "0.51.1",
  16. "@polkadot/react-components": "0.51.1",
  17. "@polkadot/react-query": "0.51.1",
  18. "query-string": "^6.13.1"
  19. }
  20. }