package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "interactjs": "^1.10.2",
  17. "json-loader": "^0.5.7",
  18. "pako": "^2.0.4",
  19. "react": "^17.0.1",
  20. "react-bootstrap": "^1.4.0",
  21. "react-calendar-timeline": "^0.27.0",
  22. "react-dom": "^17.0.1",
  23. "react-feather": "^2.0.9",
  24. "react-horizontal-timeline": "^1.5.3",
  25. "react-markdown": "^5.0.3",
  26. "react-router": "^5.2.0",
  27. "react-router-dom": "^5.2.0",
  28. "react-scripts": "4.0.1",
  29. "remark-gfm": "^1.0.0",
  30. "styled-components": "^5.3.0",
  31. "typescript": "^4.0.3",
  32. "video-react": "^0.14.1"
  33. },
  34. "scripts": {
  35. "start": "HOST=localhost PORT=3030 react-scripts start",
  36. "build": "react-scripts build",
  37. "test": "react-scripts test",
  38. "eject": "react-scripts eject"
  39. },
  40. "eslintConfig": {
  41. "extends": [
  42. "react-app",
  43. "react-app/jest"
  44. ]
  45. },
  46. "browserslist": {
  47. "production": [
  48. ">0.2%",
  49. "not dead",
  50. "not op_mini all"
  51. ],
  52. "development": [
  53. "last 1 chrome version",
  54. "last 1 firefox version",
  55. "last 1 safari version"
  56. ]
  57. },
  58. "devDependencies": {
  59. "@joystream/types": "^0.16.1",
  60. "@types/bootstrap": "^5.0.1",
  61. "@types/jest": "^26.0.15",
  62. "@types/node": "^12.0.0",
  63. "@types/node-fetch": "^2.5.7",
  64. "@types/pako": "^1.0.2",
  65. "@types/react": "^16.9.53",
  66. "@types/react-bootstrap": "^0.32.25",
  67. "@types/react-calendar-timeline": "^0.26.3",
  68. "@types/react-dom": "^16.9.8",
  69. "@types/react-router-dom": "^5.1.6"
  70. }
  71. }