package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@polkadot/ui-app",
  3. "version": "0.18.0",
  4. "main": "index.js",
  5. "repository": "https://github.com/polkadot-js/apps.git",
  6. "author": "Jaco Greeff <jacogr@gmail.com>",
  7. "maintainers": [
  8. "Jaco Greeff <jacogr@gmail.com>"
  9. ],
  10. "contributors": [],
  11. "license": "ISC",
  12. "scripts": {
  13. "build": "polkadot-dev-build-babel",
  14. "check": "stylelint 'src/**/*.css' && eslint src && flow check",
  15. "test": "jest --coverage"
  16. },
  17. "dependencies": {
  18. "@babel/runtime": "^7.0.0-beta.51",
  19. "@polkadot/extrinsics": "^0.19.5",
  20. "@polkadot/storage": "^0.19.5",
  21. "@polkadot/ui-keyring": "^0.18.0",
  22. "@polkadot/ui-react": "^0.18.0",
  23. "@polkadot/ui-react-rx": "^0.18.0",
  24. "@types/i18next-browser-languagedetector": "^2.0.1",
  25. "@types/i18next-xhr-backend": "^1.4.1",
  26. "@types/react-copy-to-clipboard": "^4.2.5",
  27. "@types/react-dropzone": "^4.2.0",
  28. "@types/react-i18next": "^7.6.1",
  29. "@types/react-router-dom": "^4.2.7",
  30. "i18next": "^11.1.1",
  31. "i18next-browser-languagedetector": "^2.2.0",
  32. "i18next-xhr-backend": "^1.5.1",
  33. "react": "^16.4.1",
  34. "react-copy-to-clipboard": "^5.0.1",
  35. "react-dom": "^16.4.1",
  36. "react-i18next": "^7.7.0",
  37. "react-router": "^4.3.1",
  38. "react-router-dom": "^4.3.1",
  39. "semantic-ui-css": "^2.3.1",
  40. "semantic-ui-react": "^0.80.0",
  41. "store": "^2.0.12"
  42. }
  43. }