forked from uc-cdis/gen3-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.81 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "gen3-qa",
"version": "0.1.0",
"description": "Bionimbus Data Portal",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/uc-cdis/auto-qa.git"
},
"author": "thanhnd",
"license": "ISC",
"bugs": {
"url": "https://github.com/uc-cdis/auto-qa/issues"
},
"devDependencies": {
"@elastic/elasticsearch": "^7.9.0",
"@google-cloud/storage": "^5.8.3",
"allure-codeceptjs": "^2.4.0",
"atob": "^2.1.2",
"axios": "^0.21.2",
"babel-eslint": "^10.1.0",
"browserify": "^16.5.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"cli-progress": "^3.12.0",
"codeceptjs": "^3.4.1",
"dogapi": "^2.8.4",
"dummy-json": "^2.0.0",
"es6-promise": "^4.2.8",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-chai-expect": "^2.2.0",
"eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-codeceptjs": "^1.3.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.2.0",
"exceljs": "^3.10.0",
"figures": "^3.2.0",
"googleapis": "^59.0.0",
"influx": "^5.6.3",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^16.5.0",
"json-stringify-safe": "^5.0.1",
"log4js": "^6.8.0",
"minimist": "^1.2.8",
"mocha-junit-reporter": "^1.23.3",
"mocha-multi": "^1.1.7",
"nconf": "^0.12.0",
"nock": "^12.0.3",
"node-fetch": "^2.6.9",
"node-forge": ">=1.0.0",
"node-ssh": "^7.0.1",
"perf_hooks": "^0.0.1",
"prettier": "^1.19.1",
"request": "^2.88.2",
"selenium-standalone": "^8.3.0",
"semver": "^7.5.3",
"ssl-root-cas": "^1.3.1",
"tsv": "^0.2.0",
"unirest": "^0.6.0",
"uuid": "^3.4.0",
"wcag": "^0.3.0",
"webdriverio": "^6.1.17"
},
"scripts": {
"selenium-install": "selenium-standalone install",
"selenium-start": "selenium-standalone start > /dev/null 2>&1 &",
"selenium-kill": "pkill -f selenium-standalone",
"eslint": "eslint --ignore-path .gitignore --fix",
"eslintdiff": "eslint --ignore-path .gitignore --fix $(git diff --name-only HEAD '**/*.js' | xargs)",
"flint": "eslint --ignore-path .gitignore",
"test": "npx --stack-size=65500 codeceptjs run --plugins allure",
"grep-test": ". local_run.sh && codeceptjs run --verbose --grep",
"create-service": "node scripts/create_service.js"
},
"dependencies": {
"adm-zip": "^0.5.10",
"npm-upgrade": "^3.1.0",
"query-string": "^7.1.3"
},
"overrides": {
"gauge": {
"strip-ansi": {
"ansi-regex": "^3.0.1"
}
},
"wcag": {
"strip-ansi": {
"ansi-regex": "^3.0.1"
},
"has-ansi": {
"ansi-regex": "^3.0.1"
}
}
}
}