{ "name": "@polkadot/content-testing", "version": "0.1.0", "main": "src/index.js", "repository": "https://github.com/polkadot-js/portal.git", "author": "Jaco Greeff ", "license": "ISC", "private": true, "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/rx-react": "^0.2.2", "@polkadot/ui-react": "^0.9.10", "@polkadot/util": "^0.18.6", "@polkadot/util-keyring": "^0.18.6", "react": "^16.3.1", "react-dom": "^16.3.1", "semantic-ui-css": "^2.3.1", "semantic-ui-react": "^0.79.1" } }