-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
36
37
38
39
40
41
42
43
{
"name": "compass-automation-challenge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.0",
"@babel/register": "^7.4.4",
"@types/node": "^12.0.12",
"@wdio/allure-reporter": "^5.11.0",
"@wdio/cli": "^5.11.0",
"@wdio/dot-reporter": "^5.11.0",
"@wdio/local-runner": "^5.12.4",
"@wdio/mocha-framework": "^5.12.1",
"@wdio/selenium-standalone-service": "^5.11.2",
"@wdio/spec-reporter": "^5.12.1",
"@wdio/sync": "^5.12.3",
"allure-commandline": "^2.9.0",
"chai": "^4.2.0",
"chromedriver": "^76.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"fibers": "^4.0.1",
"husky": "^3.0.1",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"wdio-chromedriver-service": "^5.0.2",
"wdio-image-comparison-service": "^1.2.0",
"wdio-timeline-reporter": "^5.0.10",
"webdriverio": "^5.11.0"
}
}