123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "@polkadot/react-components",
- "version": "0.51.1",
- "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.10.5",
- "@fortawesome/fontawesome-svg-core": "^1.2.30",
- "@fortawesome/free-solid-svg-icons": "^5.14.0",
- "@fortawesome/react-fontawesome": "^0.1.11",
- "@polkadot/keyring": "7.3.1",
- "@polkadot/react-api": "0.51.1",
- "@polkadot/react-identicon": "^0.57.3",
- "@polkadot/react-qr": "^0.57.3",
- "@polkadot/react-query": "0.51.1",
- "@polkadot/ui-keyring": "^0.85",
- "@polkadot/ui-settings": "^0.85",
- "@polkadot/util": "7.3.1",
- "@polkadot/util-crypto": "7.3.1",
- "chart.js": "^2.9.3",
- "codeflask": "^1.4.1",
- "i18next": "^19.6.3",
- "i18next-browser-languagedetector": "^4.3.1",
- "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": "^11.0.2",
- "react-i18next": "^11.7.0",
- "react-is": "^16.13.1",
- "react-markdown": "^4.3.1",
- "react-router": "^5.2.0",
- "react-router-dom": "^5.2.0",
- "react-tooltip": "^4.2.7",
- "semantic-ui-css": "^2.4.1",
- "semantic-ui-react": "^0.88.2",
- "store": "^2.0.12",
- "styled-components": "^5.1.1",
- "styled-theming": "^2.2.0"
- },
- "devDependencies": {
- "@types/codeflask": "^1.4.1"
- }
- }
|