2015-04-21 03:22:20 +00:00
|
|
|
{
|
2022-02-06 07:44:31 +00:00
|
|
|
"name": "Cite",
|
2019-06-08 02:06:04 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-10-04 14:25:14 +00:00
|
|
|
"selenium-daily": "npm run selenium-test",
|
2024-04-03 10:16:21 +00:00
|
|
|
"selenium-test": "CYPRESS_CACHE_FOLDER=./tests/cypress/.cache cypress run --config-file tests/cypress/cypress.config.js",
|
|
|
|
"cypress:open": "CYPRESS_CACHE_FOLDER=./tests/cypress/.cache cypress open --config-file tests/cypress/cypress.config.js",
|
2024-02-28 08:17:03 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json",
|
2023-12-19 13:36:26 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"lint:fix": "grunt test --fix"
|
2019-06-08 02:06:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-03 09:35:52 +00:00
|
|
|
"@cypress/skip-test": "^2.6.1",
|
2024-04-30 10:54:37 +00:00
|
|
|
"cypress": "^13.8.1",
|
2024-06-21 15:13:25 +00:00
|
|
|
"eslint-config-wikimedia": "0.28.2",
|
2023-12-19 13:36:26 +00:00
|
|
|
"eslint-plugin-cypress": "^2.15.1",
|
2023-03-15 19:56:01 +00:00
|
|
|
"grunt": "1.6.1",
|
2024-06-21 15:13:25 +00:00
|
|
|
"grunt-banana-checker": "0.13.0",
|
2023-12-12 13:21:07 +00:00
|
|
|
"grunt-eslint": "24.3.0",
|
2024-06-21 15:13:25 +00:00
|
|
|
"grunt-stylelint": "0.20.1",
|
2024-06-10 15:15:48 +00:00
|
|
|
"jsdoc": "^4.0.3",
|
|
|
|
"jsdoc-wmf-theme": "1.0.1",
|
2024-06-21 15:13:25 +00:00
|
|
|
"stylelint-config-wikimedia": "0.17.2"
|
2019-06-08 02:06:04 +00:00
|
|
|
}
|
2015-04-21 03:22:20 +00:00
|
|
|
}
|