-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
32 lines (32 loc) · 1.06 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
{
"name": "ContentTranslation",
"private": true,
"scripts": {
"lint": "npm -s run lint:i18n && npm -s run lint:js && npm -s run lint:css",
"lint:js": "eslint --cache .",
"lint:css": "stylelint \"**/*.less\"",
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
"test:cx3": "cd app && npm run test",
"test:cx2": "npm -s run lint",
"precommit": "npm run test:cx2 && git diff --name-only --staged --exit-code app || npm run test:cx3",
"test": "npm run test:cx2 && npm run test:cx3",
"wdio": "wdio run tests/selenium/wdio.conf.js"
},
"pre-commit": "precommit",
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@testing-library/webdriverio": "3.2.1",
"@wdio/cli": "7.34.0",
"@wdio/junit-reporter": "7.16.3",
"@wdio/local-runner": "7.34.0",
"@wdio/mocha-framework": "7.16.3",
"@wdio/spec-reporter": "7.16.3",
"dotenv": "^16.3.1",
"eslint-config-wikimedia": "0.27.0",
"grunt-banana-checker": "0.13.0",
"pre-commit": "^1.2.2",
"stylelint-config-wikimedia": "0.17.2",
"wdio-intercept-service": "^4.4.0",
"wdio-mediawiki": "2.3.0"
}
}