forked from wikimedia/mediawiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.86 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
{
"name": "core",
"private": true,
"scripts": {
"api-testing": "mocha --timeout 0 --recursive --parallel tests/api-testing",
"doc": "jsdoc -c jsdoc.json",
"lint": "grunt lint",
"minify:svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/src --folder resources/assets",
"mocha": "mocha --timeout 0 --recursive",
"qunit": "grunt qunit",
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
"selenium-test": "wdio ./tests/selenium/wdio.conf.js",
"test": "grunt lint && npm run doc && npm run jest",
"jest": "jest --config tests/jest/jest.config.js"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@babel/preset-env": "7.25.4",
"@pinia/testing": "0.0.12",
"@vue/test-utils": "2.4.6",
"@vue/vue3-jest": "29.2.6",
"@wdio/cli": "7.33.0",
"@wdio/junit-reporter": "7.33.0",
"@wdio/local-runner": "7.33.0",
"@wdio/mocha-framework": "7.33.0",
"@wdio/spec-reporter": "7.33.0",
"@wikimedia/codex": "1.16.0",
"@wikimedia/codex-icons": "1.16.0",
"@wikimedia/karma-firefox-launcher": "2.1.3",
"api-testing": "1.6.0",
"chai-openapi-response-validator": "^0.14.2",
"domino": "2.1.0",
"dotenv": "8.2.0",
"eslint-config-wikimedia": "0.28.2",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.3.0",
"grunt-karma": "4.0.2",
"grunt-stylelint": "0.20.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdoc": "4.0.2",
"jsdoc-wmf-theme": "1.1.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-mocha-reporter": "2.2.5",
"karma-qunit": "4.2.0",
"pinia": "2.0.16",
"qunit": "2.20.0",
"stylelint-config-wikimedia": "0.17.2",
"svgo": "3.2.0",
"vue": "3.4.27",
"wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
"xml2js": "^0.6.2"
},
"overrides": {
"caniuse-lite": "1.0.30001653"
}
}