mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
d4b9edc87e
This is the first commit in a series of commits that convert texvcjs to PHP (called TexVC-PHP). Please refer to the Gerrit history of this commit, which includes early versions of a full TexVC-PHP grammar, tests, and related files. Bug: T312528 Change-Id: Id96a4b1b55e3959aab81f4ba436c5ac125f2a1bb
33 lines
857 B
JSON
33 lines
857 B
JSON
{
|
|
"name": "Math",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"api-testing": "mocha tests/api-testing"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "7.16.13",
|
|
"@wdio/dot-reporter": "7.16.13",
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
"@wdio/local-runner": "7.16.13",
|
|
"@wdio/mocha-framework": "7.16.13",
|
|
"@wdio/spec-reporter": "7.16.13",
|
|
"api-testing": "1.5.0",
|
|
"commander": "^9.4.1",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.17.0",
|
|
"mocha": "^7.1.1",
|
|
"stylelint-config-wikimedia": "0.13.0",
|
|
"wdio-mediawiki": "2.1.0",
|
|
"webdriverio": "7.16.13",
|
|
"peggy": "1.0.0",
|
|
"phpeggy": "^1.0.1"
|
|
}
|
|
}
|