1234567891011121314151617 |
- {
- "private": true,
- "type": "module",
- "devDependencies": {
- "@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
- "@testing-library/cypress": "^10.0.2",
- "cypress": "^13.12.0",
- "cypress-real-events": "^1.13.0"
- },
- "imports": {
- "#tests/*": "../../app/frontend/tests/*",
- "#shared/*": "../../app/frontend/shared/*",
- "#mobile/*": "../../app/frontend/apps/mobile/*",
- "#desktop/*": "../../app/frontend/apps/desktop/*",
- "#cy/*": "./*"
- }
- }
|