forked from currents-dev/playwright-gh-actions-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 807 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "demo.playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:basic": "playwright test --config basic/playwright.config.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@argos-ci/cli": "^2.4.3",
"@argos-ci/playwright": "^3.6.1",
"@axe-core/playwright": "^4.4.4",
"@currents/playwright": "^1.9.0-beta.2",
"@playwright/test": "^1.49.0",
"@types/express": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"execa": "^9.3.1",
"express": "^4.17.2",
"lighthouse": "^9.5.0",
"node-fetch": "^3.1.0",
"playwright-lighthouse": "^2.2.1",
"sharp": "^0.33.5",
"typescript": "^4.5.5"
}
}