package.json 748 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@polkadot/content-testing",
  3. "version": "0.1.0",
  4. "main": "src/index.js",
  5. "repository": "https://github.com/polkadot-js/portal.git",
  6. "author": "Jaco Greeff <jacogr@gmail.com>",
  7. "license": "ISC",
  8. "private": true,
  9. "scripts": {
  10. "build": "react-scripts build",
  11. "check": "stylelint 'src/**/*.css' && eslint src && flow check",
  12. "start": "react-scripts start",
  13. "test": "react-scripts test --env=jsdom --coverage"
  14. },
  15. "devDependencies": {
  16. "@polkadot/rx-react": "^0.2.2",
  17. "@polkadot/ui-react": "^0.9.10",
  18. "@polkadot/util": "^0.18.6",
  19. "@polkadot/util-keyring": "^0.18.6",
  20. "react": "^16.3.1",
  21. "react-dom": "^16.3.1",
  22. "semantic-ui-css": "^2.3.1",
  23. "semantic-ui-react": "^0.79.1"
  24. }
  25. }