package.json 1.9 KB

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