package.json 240 B

12345678910
  1. {
  2. "private": true,
  3. "type": "module",
  4. "devDependencies": {
  5. "@frsource/cypress-plugin-visual-regression-diff": "^2.3.12",
  6. "@testing-library/cypress": "^9.0.0",
  7. "cypress": "^12.5.1",
  8. "cypress-real-events": "^1.7.6"
  9. }
  10. }