Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more
package.json 1.31 KiB
{
  "name": "open-xchange-appsuite-help",
  "version": "8.30.0",
  "description": "App Suite UI Help",
  "license": "AGPL-3.0-or-later",
  "scripts": {
    "check-links": "npx --yes link-checker help/ --disable-external",
    "test": "echo VGhpcyBpcyBmaW5lLi4u8J+UpQo= | base64 -d && true"
  },
  "dependencies": {
    "bootstrap": "^3.4.1",
    "jquery": "^3.2.1"
  },
  "optionalDependencies": {
    "assemble-less": "^0.7.0",
    "grunt": "^1.4.1",
    "grunt-bump": "^0.8.0",
    "grunt-check-dependencies": "^1.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-eslint": "^22.0.0",
    "grunt-newer": "^1.3.0",
    "grunt-require-gettext": "^0.8.1",
    "open-xchange-shared-grunt-config": "^0.15.0-pre3",
    "underscore": "^1.13.7"
  },
  "packageManager": "pnpm@9.6.0",
  "pnpm": {
    "auditConfig": {
      "ignoreCves": [
        "CVE-2023-28155",
        "CVE-2024-6484"
      ]
    },
    "overrides": {
      "lodash@<4.17.11": ">=4.17.11",
      "clean-css@<4.1.11": ">=4.1.11",
      "mime@<1.4.1": ">=1.4.1",
      "lodash@<4.17.21": ">=4.17.21",
      "lodash@<4.17.5": ">=4.17.5",
      "lodash@<4.17.12": ">=4.17.12",
      "tough-cookie@<4.1.3": ">=4.1.3",
      "braces@<3.0.3": ">=3.0.3"
    }
  }
}