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