12345678910111213141516 |
- {
- "private": true,
- "type": "module",
- "devDependencies": {
- "@frsource/cypress-plugin-visual-regression-diff": "^2.3.12",
- "@testing-library/cypress": "^9.0.0",
- "cypress": "^12.17.3",
- "cypress-real-events": "^1.10.0"
- },
- "imports": {
- "#tests/*": "../app/frontend/tests/*",
- "#shared/*": "../app/frontend/shared/*",
- "#mobile/*": "../app/frontend/apps/mobile/*",
- "#cy/*": "./*"
- }
- }
|