-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 941 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
{
"license": "Apache-2.0",
"scripts": {
"pw-report": "playwright show-report reports/playwright",
"debug": "playwright test --headed --project=Portal --debug",
"lint": "eslint . --ext .ts,.tsx,.json --ignore-path .gitignore --max-warnings 0 --report-unused-disable-directives",
"format": "npm run lint -- --fix"
},
"devDependencies": {
"@playwright/test": "1.49.1",
"@types/node": "22.8.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/types": "7.18.0",
"cross-env": "7.0.3",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-sort-exports": "0.9.1",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-ui-testing": "2.0.1",
"jszip": "3.10.1",
"typescript": "5.7.2"
},
"eslintConfig": {
"extends": ".eslintrc.json"
}
}