package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "joystreamstats",
  3. "version": "0.1.0",
  4. "license": "GPL-3.0-or-later",
  5. "repository": "https://github.com/Joystream/community-repo",
  6. "dependencies": {
  7. "@joystream/types": "0.18.1",
  8. "@material-ui/core": "^4.12.3",
  9. "@material-ui/data-grid": "^4.0.0-alpha.35",
  10. "@material-ui/icons": "^4.11.2",
  11. "@material-ui/lab": "^4.0.0-alpha.60",
  12. "axios": "^0.21.1",
  13. "bootstrap": "^4.5.3",
  14. "d3-timeline": "^1.0.1",
  15. "d3-timeline-chart": "^1.3.0",
  16. "htmr": "^0.9.2",
  17. "i18next": "^20.4.0",
  18. "i18next-browser-languagedetector": "^6.1.2",
  19. "interactjs": "^1.10.2",
  20. "moment": "^2.29.1",
  21. "pako": "^2.0.4",
  22. "react": "^17.0.1",
  23. "react-beautiful-dnd": "^13.1.0",
  24. "react-bootstrap": "^1.4.0",
  25. "react-calendar-timeline": "^0.27.0",
  26. "react-chart-histogram": "^0.2.4",
  27. "react-dom": "^17.0.1",
  28. "react-feather": "^2.0.9",
  29. "react-horizontal-timeline": "^1.5.3",
  30. "react-i18next": "^11.11.4",
  31. "react-markdown": "^5.0.3",
  32. "react-router": "^5.2.0",
  33. "react-router-dom": "^5.2.0",
  34. "react-scripts": "4.0.1",
  35. "remark-gfm": "^1.0.0",
  36. "styled-components": "^5.3.0",
  37. "video-react": "^0.15.0"
  38. },
  39. "scripts": {
  40. "start": "HOST=localhost PORT=3030 react-scripts start",
  41. "build": "react-scripts build",
  42. "test": "react-scripts test",
  43. "eject": "react-scripts eject"
  44. },
  45. "eslintConfig": {
  46. "extends": [
  47. "react-app",
  48. "react-app/jest"
  49. ]
  50. },
  51. "browserslist": {
  52. "production": [
  53. ">0.2%",
  54. "not dead",
  55. "not op_mini all"
  56. ],
  57. "development": [
  58. "last 1 chrome version",
  59. "last 1 firefox version",
  60. "last 1 safari version"
  61. ]
  62. },
  63. "devDependencies": {
  64. "@types/bootstrap": "^5.0.1",
  65. "@types/jest": "^26.0.15",
  66. "@types/node": "^12.0.0",
  67. "@types/node-fetch": "^2.5.7",
  68. "@types/pako": "^1.0.2",
  69. "@types/react": "^16.9.53",
  70. "@types/react-beautiful-dnd": "^13.1.1",
  71. "@types/react-bootstrap": "^0.32.25",
  72. "@types/react-calendar-timeline": "^0.26.3",
  73. "@types/react-dom": "^16.9.8",
  74. "@types/react-router-dom": "^5.1.6",
  75. "@types/styled-components": "^5.1.12",
  76. "typescript": "^4.4.3"
  77. }
  78. }