-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 KB
/
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
31
32
33
34
35
{
"name": "contracts-angular-wdio",
"type": "module",
"devDependencies": {
"@badisi/wdio-harness": "3.1.2",
"@stylistic/eslint-plugin": "1.6.2",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@wdio/cli": "8.34.1",
"@wdio/jasmine-framework": "8.34.1",
"@wdio/local-runner": "8.34.1",
"@wdio/spec-reporter": "8.32.4",
"deepmerge": "4.3.1",
"eslint-plugin-import-newlines": "1.4.0",
"eslint-plugin-jasmine": "4.1.3",
"ts-node": "10.9.2",
"typescript": "5.4.2"
},
"scripts": {
"lint": "eslint ./test wdio*.conf.ts",
"lint:fix": "npm run lint -- --fix",
"wdio": "wdio run ./wdio.conf.ts",
"wdio:github-actions": "wdio run ./wdio_github_actions.conf.ts"
},
"dependencies": {
"@angular/core": "17.2.1",
"@angular/common": "17.2.1",
"@angular/animations": "17.2.1",
"@angular/forms": "17.2.1",
"@angular/cdk": "17.2.0",
"@angular/compiler": "17.2.1",
"@angular/material": "17.2.0"
}
}