-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
44
45
46
47
{
"name": "webdriverio",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "^4.16.3",
"jade": "~1.11.0",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.5",
"webdriverio": "^4.13.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"chromedriver": "^2.40.0",
"cucumber": "^4.0.0",
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^3.16.1",
"eslint-plugin-standard": "^3.0.1",
"wdio-chromedriver-service": "^0.1.2",
"wdio-cucumber-framework": "^1.1.0",
"wdio-firefox-profile-service": "^0.1.1",
"wdio-json-reporter": "^0.3.1",
"wdio-mocha-framework": "^0.6.2",
"wdio-selenium-standalone-service": "0.0.9",
"webpack": "^4.16.0"
},
"babel": {
"presets": [
"es2015"
]
}
}