package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "name": "joystream-validator-stats",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": "https://oleksanderkorn.github.io/joystream-live/",
  6. "dependencies": {
  7. "@joystream/types": "^0.16.1",
  8. "@material-ui/core": "^4.11.4",
  9. "@material-ui/data-grid": "*",
  10. "@material-ui/icons": "^4.11.2",
  11. "@material-ui/lab": "^4.0.0-alpha.60",
  12. "@polkadot/api": "4.2.1",
  13. "@polkadot/keyring": "^6.0.5",
  14. "@polkadot/types": "4.2.1",
  15. "@polkadot/util": "^6.0.5",
  16. "@polkadot/util-crypto": "^6.0.5",
  17. "@testing-library/jest-dom": "^5.11.4",
  18. "@testing-library/react": "^11.1.0",
  19. "@testing-library/user-event": "^12.1.10",
  20. "@types/bn.js": "^4.11.6",
  21. "@types/jest": "^26.0.15",
  22. "@types/locks": "^0.2.1",
  23. "@types/node": "^12.0.0",
  24. "@types/react": "^17.0.0",
  25. "@types/react-dom": "^17.0.0",
  26. "bn.js": "^5.1.2",
  27. "cors": "^2.8.5",
  28. "cross-fetch": "^3.1.5",
  29. "dotenv": "^8.2.0",
  30. "express": "^4.17.1",
  31. "gh-pages": "^3.2.3",
  32. "inquirer": "^7.3.3",
  33. "locks": "^0.2.2",
  34. "lowdb": "^1.0.0",
  35. "moment": "^2.29.4",
  36. "pm2": "^5.2.2",
  37. "react": "^17.0.2",
  38. "react-dom": "^17.0.2",
  39. "react-router-dom": "^5.2.0",
  40. "react-scripts": "5.0.1",
  41. "styled-components": "^5.3.0",
  42. "typescript": "^4.1.2",
  43. "web-vitals": "^1.0.1",
  44. "ws": "^7.2.5"
  45. },
  46. "devDependencies": {
  47. "@polkadot/ts": "^0.3.62",
  48. "@types/cors": "^2.8.6",
  49. "@types/express": "^4.17.6",
  50. "@types/inquirer": "^7.3.1",
  51. "@types/lowdb": "^1.0.9",
  52. "@types/react-router-dom": "^5.1.8",
  53. "@types/ws": "^7.4.6"
  54. },
  55. "scripts": {
  56. "start": "react-scripts start",
  57. "build": "react-scripts build",
  58. "test": "react-scripts test",
  59. "predeploy": "yarn build",
  60. "deploy": "gh-pages -d build"
  61. },
  62. "eslintConfig": {
  63. "extends": [
  64. "react-app",
  65. "react-app/jest"
  66. ]
  67. },
  68. "browserslist": {
  69. "production": [
  70. ">0.2%",
  71. "not dead",
  72. "not op_mini all"
  73. ],
  74. "development": [
  75. "last 1 chrome version",
  76. "last 1 firefox version",
  77. "last 1 safari version"
  78. ]
  79. }
  80. }