12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@polkadot/ui-app",
- "version": "0.18.0",
- "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": "ISC",
- "scripts": {
- "build": "polkadot-dev-build-babel",
- "check": "stylelint 'src/**/*.css' && eslint src && flow check",
- "test": "jest --coverage"
- },
- "dependencies": {
- "@babel/runtime": "^7.0.0-beta.51",
- "@polkadot/extrinsics": "^0.19.5",
- "@polkadot/storage": "^0.19.5",
- "@polkadot/ui-keyring": "^0.18.0",
- "@polkadot/ui-react": "^0.18.0",
- "@polkadot/ui-react-rx": "^0.18.0",
- "@types/i18next-browser-languagedetector": "^2.0.1",
- "@types/i18next-xhr-backend": "^1.4.1",
- "@types/react-copy-to-clipboard": "^4.2.5",
- "@types/react-dropzone": "^4.2.0",
- "@types/react-i18next": "^7.6.1",
- "@types/react-router-dom": "^4.2.7",
- "i18next": "^11.1.1",
- "i18next-browser-languagedetector": "^2.2.0",
- "i18next-xhr-backend": "^1.5.1",
- "react": "^16.4.1",
- "react-copy-to-clipboard": "^5.0.1",
- "react-dom": "^16.4.1",
- "react-i18next": "^7.7.0",
- "react-router": "^4.3.1",
- "react-router-dom": "^4.3.1",
- "semantic-ui-css": "^2.3.1",
- "semantic-ui-react": "^0.80.0",
- "store": "^2.0.12"
- }
- }
|