aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 8 insertions, 14 deletions
diff --git a/package.json b/package.json
index f82758844..00f9e07fe 100644
--- a/package.json
+++ b/package.json
@@ -47,36 +47,30 @@
"scripts": {
"build": "grunt build",
"lint": "grunt lint",
- "test:server": "node tests/runner/server.js",
- "test:unit": "node tests/runner/command.js",
- "test": "grunt && npm run test:unit -- -h"
+ "test:server": "jtr serve",
+ "test:unit": "jtr",
+ "test": "grunt && npm run test:unit -- --headless"
},
"dependencies": {
"jquery": ">=1.12.0 <5.0.0"
},
"devDependencies": {
- "body-parser": "1.20.3",
- "browserstack-local": "1.5.5",
+ "@swc/core": "1.11.5",
"commitplease": "3.2.0",
- "diff": "5.2.0",
"eslint-config-jquery": "3.0.2",
- "exit-hook": "4.0.0",
- "express": "4.21.1",
- "express-body-parser-error-handler": "1.0.7",
+ "globals": "16.0.0",
"grunt": "1.6.1",
"grunt-bowercopy": "1.2.5",
"grunt-compare-size": "0.4.2",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-requirejs": "1.0.0",
- "grunt-contrib-uglify": "5.2.2",
- "grunt-eslint": "24.0.1",
+ "grunt-eslint": "25.0.0",
"grunt-git-authors": "3.2.0",
"grunt-html": "17.1.0",
+ "jquery-test-runner": "0.2.5",
"load-grunt-tasks": "5.1.0",
- "rimraf": "6.0.1",
- "selenium-webdriver": "4.26.0",
- "yargs": "17.7.2"
+ "rimraf": "6.0.1"
},
"keywords": []
}