3
1

package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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.17.3",
  8. "@material-ui/core": "^4.12.3",
  9. "@material-ui/data-grid": "^4.0.0-alpha.35",
  10. "@material-ui/icons": "^4.11.2",
  11. "@material-ui/lab": "^4.0.0-alpha.60",
  12. "axios": "^0.21.1",
  13. "bootstrap": "^4.5.3",
  14. "d3-timeline": "^1.0.1",
  15. "d3-timeline-chart": "^1.3.0",
  16. "htmr": "^0.9.2",
  17. "i18next": "^20.4.0",
  18. "i18next-browser-languagedetector": "^6.1.2",
  19. "interactjs": "^1.10.2",
  20. "pako": "^2.0.4",
  21. "react": "^17.0.1",
  22. "react-beautiful-dnd": "^13.1.0",
  23. "react-bootstrap": "^1.4.0",
  24. "react-calendar-timeline": "^0.27.0",
  25. "react-dom": "^17.0.1",
  26. "react-feather": "^2.0.9",
  27. "react-horizontal-timeline": "^1.5.3",
  28. "react-i18next": "^11.11.4",
  29. "react-markdown": "^5.0.3",
  30. "react-router": "^5.2.0",
  31. "react-router-dom": "^5.2.0",
  32. "react-scripts": "4.0.1",
  33. "remark-gfm": "^1.0.0",
  34. "styled-components": "^5.3.0",
  35. "video-react": "^0.14.1"
  36. },
  37. "scripts": {
  38. "start": "HOST=localhost PORT=3030 react-scripts start",
  39. "build": "react-scripts build",
  40. "test": "react-scripts test",
  41. "eject": "react-scripts eject"
  42. },
  43. "eslintConfig": {
  44. "extends": [
  45. "react-app",
  46. "react-app/jest"
  47. ]
  48. },
  49. "browserslist": {
  50. "production": [
  51. ">0.2%",
  52. "not dead",
  53. "not op_mini all"
  54. ],
  55. "development": [
  56. "last 1 chrome version",
  57. "last 1 firefox version",
  58. "last 1 safari version"
  59. ]
  60. },
  61. "devDependencies": {
  62. "typescript": "^4.4.3",
  63. "@types/bootstrap": "^5.0.1",
  64. "@types/jest": "^26.0.15",
  65. "@types/node": "^12.0.0",
  66. "@types/node-fetch": "^2.5.7",
  67. "@types/pako": "^1.0.2",
  68. "@types/react": "^16.9.53",
  69. "@types/react-beautiful-dnd": "^13.1.1",
  70. "@types/react-bootstrap": "^0.32.25",
  71. "@types/react-calendar-timeline": "^0.26.3",
  72. "@types/react-dom": "^16.9.8",
  73. "@types/react-router-dom": "^5.1.6",
  74. "@types/styled-components": "^5.1.12"
  75. }
  76. }