blob: bf2b9769807f5d9a71ad1fa7b197cebeda1353f4 [file] [log] [blame]
Nils Diewaldea236742015-03-26 21:55:36 +00001{
Nils Diewaldb59f8012015-05-07 19:34:31 +00002 "name": "Kalamar",
Akrone6e5b0b2015-05-21 22:49:39 +02003 "description": "Mojolicious-based Frontend for KorAP",
Akron70821ba2018-07-16 17:24:36 +02004 "license": "BSD-2-Clause",
Akron2c5bec62026-06-30 12:34:21 +02005 "version": "0.66.0",
Akronb759ee92024-11-19 18:02:56 +01006 "pluginVersion": "0.2.3",
Helgee8a39b12026-04-16 13:37:09 +02007 "scripts": {
8 "dev": "vite --config vite.config.js",
9 "build": "vite build --config vite.config.js",
10 "test": "vitest --config vitest.config.js --run"
11 },
Akronb31b0722020-01-22 16:34:09 +010012 "engines": {
Helgee8a39b12026-04-16 13:37:09 +020013 "node": ">=20.19.0"
Akronb31b0722020-01-22 16:34:09 +010014 },
Akron08648842019-03-28 11:55:22 +010015 "repository": {
Nils Diewald709f52f2015-05-21 18:32:58 +000016 "type": "git",
17 "url": "https://github.com/KorAP/Kalamar.git"
Nils Diewald023c6712015-05-21 20:12:30 +000018 },
Nils Diewaldea236742015-03-26 21:55:36 +000019 "devDependencies": {
Akron2ca9c2d2026-05-05 16:14:45 +020020 "grunt": "^1.6.2",
Akron70821ba2018-07-16 17:24:36 +020021 "grunt-contrib-copy": "^1.0.0",
Akrond666fbb2018-02-12 10:38:49 +010022 "grunt-contrib-requirejs": "^1.0.0",
Akron70821ba2018-07-16 17:24:36 +020023 "grunt-contrib-watch": "^1.1.0",
Akron2ca9c2d2026-05-05 16:14:45 +020024 "grunt-sass": "^4.1.0",
dependabot[bot]855a6222022-12-22 14:48:37 +000025 "grunt-shell": "^4.0.0",
dependabot[bot]a34e6ae2022-12-22 14:48:09 +000026 "grunt-terser": "^2.0.0",
Akron2ca9c2d2026-05-05 16:14:45 +020027 "imagemin": "^9.0.1",
dependabot[bot]bfee5292022-12-22 14:48:00 +000028 "optipng-bin": "^9.0.0",
Akron2ca9c2d2026-05-05 16:14:45 +020029 "sass": "^1.99.0",
Helgee8a39b12026-04-16 13:37:09 +020030 "vinyl-fs": "^4.0.2",
31 "vite": "^8.1.4",
32 "vitest": "^2.0.0",
33 "jsdom": "^24.0.0"
Akron020c3632020-01-16 09:25:32 +010034 },
35 "optionalDependencies": {
36 "fsevents": "*"
Akron7ca73872021-03-08 11:29:11 +010037 },
38 "dependencies": {
Akron8fa4cfe2023-01-26 17:07:31 +010039 "grunt-contrib-imagemin": "^4.0.0",
Akron2ca9c2d2026-05-05 16:14:45 +020040 "terser": "^5.46.2"
Nils Diewaldea236742015-03-26 21:55:36 +000041 }
42}