-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
48
49
50
51
{
"name": "vue-cli-plugin-e2e-webdriverio",
"version": "2.0.3",
"private": false,
"description": "e2e-webdriverio plugin for vue-cli",
"keywords": [
"cli",
"e2e",
"e2e-webdriverio",
"test",
"vue",
"vue-cli",
"wdio",
"webdriver"
],
"homepage": "https://github.com/piktur/vue-cli-plugin-e2e-webdriverio#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/piktur/vue-cli-plugin-e2e-webdriverio.git"
},
"license": "MIT",
"author": "Daniel Small <[email protected]>",
"main": "index.js",
"scripts": {
"test": "jest",
"test:dummy": "node scripts/test/dummy --path $PWD"
},
"dependencies": {
"@vue/cli-shared-utils": "^3.0.5",
"@wdio/cli": "^5.0.0",
"@wdio/local-runner": "^5.0.0",
"@wdio/mocha-framework": "^5.0.0",
"@wdio/spec-reporter": "^5.0.0",
"@wdio/sync": "^5.0.0",
"chai": "^4.1.2",
"chromedriver": "latest",
"get-port": "^4.0.0",
"lodash.merge": "^4.6.1",
"wdio-chromedriver-service": "^5.0.0",
"webdriverio": "^5.0.0"
},
"devDependencies": {
"@vue/cli": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/cli-test-utils": "^3.0.5",
"eslint": "^5.7.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-vue-libs": "^3.0.0",
"jest": "^23.6.0"
}
}