package.json 1.5 KB

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