~Webmodule~ to include a "Buy button" with streamlined crypto-pay transaction.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.3KB

  1. {
  2. "name": "taquito-boilerplate-react",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ledgerhq/hw-transport-u2f": "^5.22.0",
  7. "@taquito/beacon-wallet": "^9.2.0-stablelib.0",
  8. "@taquito/ledger-signer": "^9.2.0-stablelib.0",
  9. "@taquito/taquito": "^9.2.0-stablelib.0",
  10. "@testing-library/jest-dom": "^5.11.9",
  11. "@testing-library/react": "^11.2.5",
  12. "@testing-library/user-event": "^12.6.3",
  13. "@types/jest": "^26.0.20",
  14. "@types/ledgerhq__hw-transport-u2f": "^4.21.2",
  15. "@types/node": "^14.14.25",
  16. "@types/react": "^17.0.1",
  17. "@types/react-dom": "^17.0.0",
  18. "chokidar": "^3.5.2",
  19. "qrcode-generator": "^1.4.4",
  20. "react": "^17.0.1",
  21. "react-dom": "^17.0.1",
  22. "react-scripts": "4.0.2",
  23. "typescript": "^4.1.4"
  24. },
  25. "scripts": {
  26. "start": "HTTPS=true react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject",
  30. "update-taquito": "ncu -u --target newest --filter '/^@taquito.*$/' && npm i"
  31. },
  32. "eslintConfig": {
  33. "extends": "react-app"
  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. }