This commit is contained in:
2025-11-27 13:26:17 +01:00
parent 502d9084e7
commit 6a0cab6cc6
32 changed files with 13127 additions and 96 deletions

View File

@@ -33,6 +33,7 @@
"generate-templates": "npx tsx scripts/generate-templates/index.ts",
"minify-fixtures": "npx tsx scripts/minify-fixtures.ts",
"minify-fixtures:force": "npx tsx scripts/minify-fixtures.ts --force",
"dom:process": "node scripts/dom-export/processWorkflows.js",
"prepare": "husky"
},
"devDependencies": {
@@ -40,16 +41,18 @@
"@playwright/test": "^1.40.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.10.1",
"@vitest/ui": "^2.1.8",
"cheerio": "^1.0.0",
"commander": "^11.0.0",
"husky": "^9.1.7",
"jsdom": "^27.2.0",
"playwright": "^1.40.0",
"playwright": "^1.57.0",
"prettier": "^3.0.0",
"puppeteer": "^24.31.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.7.2",
"typescript": "^5.9.3",
"vitest": "^2.1.8"
},
"dependencies": {