package.json 418 B

12345678910111213141516
  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.17.4",
  8. "cypress-real-events": "^1.10.0"
  9. },
  10. "imports": {
  11. "#tests/*": "../app/frontend/tests/*",
  12. "#shared/*": "../app/frontend/shared/*",
  13. "#mobile/*": "../app/frontend/apps/mobile/*",
  14. "#cy/*": "./*"
  15. }
  16. }