package.json 838 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@polkadot/joy-roles",
  3. "version": "0.0.1",
  4. "description": "Staked roles module for Joystream node",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "jest",
  8. "test-watch": "jest --watch",
  9. "lint": "eslint -c ../../tsconfig.eslint.json --ext .js,.jsx,.ts,.tsx . && tsc --noEmit --pretty"
  10. },
  11. "author": "Joystream contributors",
  12. "maintainers": [],
  13. "dependencies": {
  14. "@babel/runtime": "^7.10.5",
  15. "@polkadot/joy-utils": "^0.1.1",
  16. "@polkadot/react-components": "0.51.1",
  17. "@polkadot/react-query": "0.51.1",
  18. "@types/faker": "^4.1.8",
  19. "faker": "^4.1.0",
  20. "marked": "^0.7.0",
  21. "moment": "^2.24.0",
  22. "react-compound-slider": "^2.4.0",
  23. "react-moment": "^0.9.6",
  24. "react-number-format": "^4.3.1",
  25. "react-semantic-ui-range": "^0.7.0",
  26. "typescript-formatter": "^7.2.2"
  27. }
  28. }