| | |
| | | "globals": "^15.9.0", |
| | | "husky": "^9.1.5", |
| | | "lint-staged": "^15.5.2", |
| | | "playwright": "^1.59.1", |
| | | "prettier": "^3.5.3", |
| | | "rollup-plugin-visualizer": "^5.12.0", |
| | | "sass": "^1.81.0", |
| | |
| | | "confbox": "^0.2.2", |
| | | "exsolve": "^1.0.7", |
| | | "pathe": "^2.0.3" |
| | | } |
| | | }, |
| | | "node_modules/playwright": { |
| | | "version": "1.59.1", |
| | | "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz", |
| | | "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==", |
| | | "dev": true, |
| | | "license": "Apache-2.0", |
| | | "dependencies": { |
| | | "playwright-core": "1.59.1" |
| | | }, |
| | | "bin": { |
| | | "playwright": "cli.js" |
| | | }, |
| | | "engines": { |
| | | "node": ">=18" |
| | | }, |
| | | "optionalDependencies": { |
| | | "fsevents": "2.3.2" |
| | | } |
| | | }, |
| | | "node_modules/playwright-core": { |
| | | "version": "1.59.1", |
| | | "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", |
| | | "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", |
| | | "dev": true, |
| | | "license": "Apache-2.0", |
| | | "bin": { |
| | | "playwright-core": "cli.js" |
| | | }, |
| | | "engines": { |
| | | "node": ">=18" |
| | | } |
| | | }, |
| | | "node_modules/playwright/node_modules/fsevents": { |
| | | "version": "2.3.2", |
| | | "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", |
| | | "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", |
| | | "dev": true, |
| | | "hasInstallScript": true, |
| | | "license": "MIT", |
| | | "optional": true, |
| | | "os": [ |
| | | "darwin" |
| | | ], |
| | | "engines": { |
| | | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| | | } |
| | | }, |
| | | "node_modules/postcss": { |