package.json 486 B

123456789101112131415161718
  1. {
  2. "name": "@polkadot/app-dashboard",
  3. "private": true,
  4. "version": "0.51.1",
  5. "description": "Dashboard for all apps, allowing for an overview and quick navigation",
  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-routing": "0.51.1",
  16. "@polkadot/react-components": "0.51.1"
  17. }
  18. }