3
1

package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. },
  26. "scripts": {
  27. "start": "HOST=localhost PORT=3030 react-scripts start",
  28. "build": "react-scripts build",
  29. "test": "react-scripts test",
  30. "eject": "react-scripts eject"
  31. },
  32. "eslintConfig": {
  33. "extends": [
  34. "react-app",
  35. "react-app/jest"
  36. ]
  37. },
  38. "browserslist": {
  39. "production": [
  40. ">0.2%",
  41. "not dead",
  42. "not op_mini all"
  43. ],
  44. "development": [
  45. "last 1 chrome version",
  46. "last 1 firefox version",
  47. "last 1 safari version"
  48. ]
  49. },
  50. "devDependencies": {
  51. "@joystream/types": "^0.16.1",
  52. "@types/bootstrap": "^5.0.1",
  53. "@types/jest": "^26.0.15",
  54. "@types/node": "^12.0.0",
  55. "@types/node-fetch": "^2.5.7",
  56. "@types/react": "^16.9.53",
  57. "@types/react-bootstrap": "^0.32.25",
  58. "@types/react-calendar-timeline": "^0.26.3",
  59. "@types/react-dom": "^16.9.8",
  60. "@types/react-router-dom": "^5.1.6"
  61. }
  62. }