package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "@material-ui/core": "^4.12.3",
  8. "@material-ui/data-grid": "^4.0.0-alpha.35",
  9. "@material-ui/icons": "^4.11.2",
  10. "@material-ui/lab": "^4.0.0-alpha.60",
  11. "axios": "^0.21.1",
  12. "bootstrap": "^4.5.3",
  13. "d3-timeline": "^1.0.1",
  14. "d3-timeline-chart": "^1.3.0",
  15. "htmr": "^0.9.2",
  16. "i18next": "^20.4.0",
  17. "i18next-browser-languagedetector": "^6.1.2",
  18. "interactjs": "^1.10.2",
  19. "pako": "^2.0.4",
  20. "prettier": "^2.5.0",
  21. "react": "^17.0.1",
  22. "react-beautiful-dnd": "^13.1.0",
  23. "react-bootstrap": "^1.4.0",
  24. "react-calendar-timeline": "^0.27.0",
  25. "react-dom": "^17.0.1",
  26. "react-feather": "^2.0.9",
  27. "react-horizontal-timeline": "^1.5.3",
  28. "react-i18next": "^11.11.4",
  29. "react-markdown": "^5.0.3",
  30. "react-router": "^5.2.0",
  31. "react-router-dom": "^5.2.0",
  32. "react-scripts": "4.0.1",
  33. "remark-gfm": "^1.0.0",
  34. "styled-components": "^5.3.0",
  35. "typescript": "^4.0.3",
  36. "video-react": "^0.14.1"
  37. },
  38. "scripts": {
  39. "start": "react-scripts start",
  40. "build": "react-scripts build",
  41. "test": "react-scripts test",
  42. "eject": "react-scripts eject"
  43. },
  44. "eslintConfig": {
  45. "extends": [
  46. "react-app",
  47. "react-app/jest"
  48. ]
  49. },
  50. "browserslist": {
  51. "production": [
  52. ">0.2%",
  53. "not dead",
  54. "not op_mini all"
  55. ],
  56. "development": [
  57. "last 1 chrome version",
  58. "last 1 firefox version",
  59. "last 1 safari version"
  60. ]
  61. },
  62. "devDependencies": {
  63. "@joystream/types": "^0.16.1",
  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. }
  77. }