package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "@polkadot/react-components",
  3. "version": "0.51.1",
  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.10.5",
  14. "@fortawesome/fontawesome-svg-core": "^1.2.30",
  15. "@fortawesome/free-solid-svg-icons": "^5.14.0",
  16. "@fortawesome/react-fontawesome": "^0.1.11",
  17. "@polkadot/keyring": "^6.0.5",
  18. "@polkadot/react-api": "0.51.1",
  19. "@polkadot/react-identicon": "^0.57.3",
  20. "@polkadot/react-qr": "^0.57.3",
  21. "@polkadot/react-query": "0.51.1",
  22. "@polkadot/ui-keyring": "^0.72.1",
  23. "@polkadot/ui-settings": "^0.72.1",
  24. "@polkadot/util": "^6.0.5",
  25. "@polkadot/util-crypto": "^6.0.5",
  26. "chart.js": "^2.9.3",
  27. "codeflask": "^1.4.1",
  28. "i18next": "^19.6.3",
  29. "i18next-browser-languagedetector": "^4.3.1",
  30. "react": "^16.13.1",
  31. "react-beautiful-dnd": "^13.0.0",
  32. "react-chartjs-2": "^2.9.0",
  33. "react-copy-to-clipboard": "^5.0.2",
  34. "react-dom": "^16.13.1",
  35. "react-dropzone": "^11.0.2",
  36. "react-i18next": "^11.7.0",
  37. "react-is": "^16.13.1",
  38. "react-markdown": "^4.3.1",
  39. "react-router": "^5.2.0",
  40. "react-router-dom": "^5.2.0",
  41. "react-tooltip": "^4.2.7",
  42. "semantic-ui-css": "^2.4.1",
  43. "semantic-ui-react": "^0.88.2",
  44. "store": "^2.0.12",
  45. "styled-components": "^5.1.1",
  46. "styled-theming": "^2.2.0"
  47. },
  48. "devDependencies": {
  49. "@types/codeflask": "^1.4.1"
  50. }
  51. }