package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "joystreamstats",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@joystream/types": "^0.13.1",
  7. "@testing-library/jest-dom": "^5.11.4",
  8. "@testing-library/react": "^11.1.0",
  9. "@testing-library/user-event": "^12.1.10",
  10. "@types/jest": "^26.0.15",
  11. "@types/node": "^12.0.0",
  12. "@types/node-fetch": "^2.5.7",
  13. "@types/react": "^16.9.53",
  14. "@types/react-dom": "^16.9.8",
  15. "bootstrap": "^4.5.3",
  16. "react": "^17.0.1",
  17. "react-bootstrap": "^1.4.0",
  18. "react-dom": "^17.0.1",
  19. "react-scripts": "4.0.1",
  20. "typescript": "^4.0.3",
  21. "web-vitals": "^0.2.4"
  22. },
  23. "scripts": {
  24. "start": "HOST=localhost PORT=3030 react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": [
  31. "react-app",
  32. "react-app/jest"
  33. ]
  34. },
  35. "browserslist": {
  36. "production": [
  37. ">0.2%",
  38. "not dead",
  39. "not op_mini all"
  40. ],
  41. "development": [
  42. "last 1 chrome version",
  43. "last 1 firefox version",
  44. "last 1 safari version"
  45. ]
  46. },
  47. "devDependencies": {
  48. "@types/bootstrap": "^5.0.1",
  49. "@types/react-bootstrap": "^0.32.25"
  50. }
  51. }