-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 862 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
30
31
32
{
"name": "currents-playwright-nx-example",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@currents/playwright": "2.0.0-beta.4",
"@eslint/js": "^9.8.0",
"@nx/devkit": "20.0.5",
"@nx/eslint": "20.0.5",
"@nx/eslint-plugin": "20.0.5",
"@nx/js": "20.0.5",
"@nx/playwright": "^20.7.2",
"@nx/workspace": "20.0.5",
"@playwright/test": "^1.56.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.5.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "18.16.9",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-playwright": "^1.6.2",
"nx": "20.0.5",
"prettier": "^2.6.2",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.5.2",
"typescript-eslint": "^8.0.0"
}
}