123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@polkadot/react-components",
- "version": "0.40.0-beta.251",
- "main": "index.js",
- "repository": "https://github.com/polkadot-js/apps.git",
- "author": "Jaco Greeff <jacogr@gmail.com>",
- "maintainers": [
- "Jaco Greeff <jacogr@gmail.com>"
- ],
- "contributors": [],
- "license": "Apache-2.0",
- "dependencies": {
- "@babel/runtime": "^7.9.2",
- "@polkadot/keyring": "^2.8.0-beta.7",
- "@polkadot/react-api": "0.40.0-beta.251",
- "@polkadot/react-identicon": "^0.52.0-beta.30",
- "@polkadot/react-query": "0.40.0-beta.251",
- "@polkadot/ui-keyring": "^0.52.0-beta.30",
- "@polkadot/ui-settings": "^0.52.0-beta.30",
- "chart.js": "^2.9.3",
- "codeflask": "^1.4.1",
- "i18next": "^19.3.4",
- "i18next-browser-languagedetector": "^4.0.2",
- "i18next-xhr-backend": "^3.2.2",
- "react": "^16.13.1",
- "react-beautiful-dnd": "^13.0.0",
- "react-chartjs-2": "^2.9.0",
- "react-copy-to-clipboard": "^5.0.2",
- "react-dom": "^16.13.1",
- "react-dropzone": "^10.2.2",
- "react-i18next": "^11.3.4",
- "react-is": "^16.13.1",
- "react-markdown": "^4.3.1",
- "react-router": "^5.1.2",
- "react-router-dom": "^5.1.2",
- "react-tooltip": "^4.1.5",
- "semantic-ui-css": "^2.4.1",
- "semantic-ui-react": "^0.88.2",
- "store": "^2.0.12",
- "styled-theming": "^2.2.0"
- }
- }
|