package.json 952 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "index.js",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.16.2",
  7. "@testing-library/react": "^12.1.4",
  8. "@testing-library/user-event": "^13.5.0",
  9. "ethers": "^5.4.4",
  10. "react": "^17.0.2",
  11. "react-bootstrap": "^2.0.4",
  12. "react-dom": "^17.0.2",
  13. "react-scripts": "5.0.0",
  14. "web-vitals": "^2.1.4",
  15. "web3": "^1.7.1",
  16. "web3-core-helpers": "1.5.2",
  17. "web3-utils": "^1.5.3"
  18. },
  19. "scripts": {
  20. "start": "react-scripts start",
  21. "build": "react-scripts build",
  22. "test": "react-scripts test",
  23. "eject": "react-scripts eject"
  24. },
  25. "eslintConfig": {
  26. "extends": [
  27. "react-app",
  28. "react-app/jest"
  29. ]
  30. },
  31. "browserslist": {
  32. "production": [
  33. ">0.2%",
  34. "not dead",
  35. "not op_mini all"
  36. ],
  37. "development": [
  38. "last 1 chrome version",
  39. "last 1 firefox version",
  40. "last 1 safari version"
  41. ]
  42. }
  43. }