forked from OKEAMAH/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 884 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 884 Bytes
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
{
"scripts": {
"install-deps": "playwright install --with-deps",
"test": "playwright test",
"test:legacy": "playwright test -c playwright-legacy.config.js",
"test:legacy:visual": "playwright test -c playwright-legacy.config.js --headed --workers=1",
"test:visual": "playwright test --headed --workers=1",
"test:debug": "playwright test --debug"
},
"devDependencies": {
"@playwright/test": "1.48.2",
"eslint": "9.13.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.11.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "7.1.0",
"npm-check-updates": "17.1.8"
},
"dependencies": {
"@faker-js/faker": "9.4.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"luxon": "3.5.0",
"ms": "2.1.3",
"seedrandom": "3.0.5",
"slugify": "1.6.6"
}
}