blob: 7f88ae9fdfc970f60993dd86dc23f1a4c72aed92 [file] [log] [blame]
{
"name": "Kalamar",
"description": "Mojolicious-based Frontend for KorAP",
"license": "BSD-2-Clause",
"version": "0.66.0",
"pluginVersion": "0.2.3",
"scripts": {
"dev": "vite --config vite.config.js",
"build": "vite build --config vite.config.js",
"test": "vitest --config vitest.config.mjs --run"
},
"engines": {
"node": ">=20.19.0"
},
"repository": {
"type": "git",
"url": "https://github.com/KorAP/Kalamar.git"
},
"devDependencies": {
"grunt": "^1.6.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^4.1.0",
"grunt-shell": "^4.0.0",
"grunt-terser": "^2.0.0",
"imagemin": "^9.0.1",
"jsdom": "^29.1.1",
"optipng-bin": "^9.0.0",
"sass": "^1.99.0",
"vinyl-fs": "^4.0.2",
"vite": "^8.2.2",
"vitest": "^5.0.0"
},
"dependencies": {
"grunt-contrib-imagemin": "^4.0.0",
"terser": "^5.46.2"
}
}