3
1

package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "axios": "^0.21.1",
  8. "bootstrap": "^4.5.3",
  9. "d3-timeline": "^1.0.1",
  10. "d3-timeline-chart": "^1.3.0",
  11. "htmr": "^0.9.2",
  12. "interactjs": "^1.10.2",
  13. "react": "^17.0.1",
  14. "react-bootstrap": "^1.4.0",
  15. "react-calendar-timeline": "^0.27.0",
  16. "react-dom": "^17.0.1",
  17. "react-feather": "^2.0.9",
  18. "react-horizontal-timeline": "^1.5.3",
  19. "react-markdown": "^5.0.3",
  20. "react-router": "^5.2.0",
  21. "react-router-dom": "^5.2.0",
  22. "react-scripts": "4.0.1",
  23. "remark-gfm": "^1.0.0",
  24. "typescript": "^4.0.3",
  25. "video-react": "^0.14.1"
  26. },
  27. "scripts": {
  28. "start": "HOST=localhost PORT=3030 react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. },
  51. "devDependencies": {
  52. "@joystream/types": "^0.16.1",
  53. "@types/bootstrap": "^5.0.1",
  54. "@types/jest": "^26.0.15",
  55. "@types/node": "^12.0.0",
  56. "@types/node-fetch": "^2.5.7",
  57. "@types/react": "^16.9.53",
  58. "@types/react-bootstrap": "^0.32.25",
  59. "@types/react-calendar-timeline": "^0.26.3",
  60. "@types/react-dom": "^16.9.8",
  61. "@types/react-router-dom": "^5.1.6"
  62. }
  63. }