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. "@joystream/types": "^0.14.0",
  8. "@types/jest": "^26.0.15",
  9. "@types/node": "^12.0.0",
  10. "@types/node-fetch": "^2.5.7",
  11. "@types/react": "^16.9.53",
  12. "@types/react-calendar-timeline": "^0.26.3",
  13. "@types/react-dom": "^16.9.8",
  14. "axios": "^0.21.1",
  15. "bootstrap": "^4.5.3",
  16. "d3-timeline": "^1.0.1",
  17. "d3-timeline-chart": "^1.3.0",
  18. "htmr": "^0.9.2",
  19. "interactjs": "^1.10.2",
  20. "react": "^17.0.1",
  21. "react-bootstrap": "^1.4.0",
  22. "react-calendar-timeline": "^0.27.0",
  23. "react-dom": "^17.0.1",
  24. "react-feather": "^2.0.9",
  25. "react-horizontal-timeline": "^1.5.3",
  26. "react-markdown": "^5.0.3",
  27. "react-router": "^5.2.0",
  28. "react-router-dom": "^5.2.0",
  29. "react-scripts": "4.0.1",
  30. "remark-gfm": "^1.0.0",
  31. "typescript": "^4.0.3"
  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. "@types/bootstrap": "^5.0.1",
  59. "@types/react-bootstrap": "^0.32.25",
  60. "@types/react-router-dom": "^5.1.6"
  61. }
  62. }