3
1

package.json 1.7 KB

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