{
  "name": "@polkadot/portal",
  "version": "0.1.3",
  "description": "A Portal into the Polkadot network",
  "main": "src/index.js",
  "homepage": ".",
  "repository": "https://github.com/polkadot-js/portal.git",
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "license": "ISC",
  "scripts": {
    "build": "react-scripts build",
    "check": "stylelint 'src/**/*.css' && eslint src && flow check",
    "start": "react-scripts start",
    "test": "react-scripts test --env=jsdom --coverage"
  },
  "devDependencies": {
    "@polkadot/app-explorer": "^0.1.3",
    "@polkadot/app-extrinsics": "^0.1.3",
    "@polkadot/rx-react": "^0.4.6",
    "@polkadot/ui-react": "^0.9.11",
    "i18next": "^11.1.1",
    "i18next-browser-languagedetector": "^2.2.0",
    "i18next-xhr-backend": "^1.5.1",
    "react": "^16.3.1",
    "react-dom": "^16.3.1",
    "react-i18next": "^7.5.1",
    "react-remarkable": "^1.1.3",
    "react-router-dom": "^4.2.2",
    "semantic-ui-css": "^2.3.1",
    "semantic-ui-react": "^0.79.1"
  }
}
