Skip to content
Snippets Groups Projects
Select Git revision
  • 15d04f4de4456b64028aa133f0fc986370a3ef84
  • master default protected
  • 1.31
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 4.25.3
  • 4.25.2
  • 4.25.1
  • 4.25.0
  • 4.24.3
23 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 882 B
    {
      "name": "monster",
      "version": "x.x.x",
      "description": "monster`s monorepos",
      "repository": {
        "type": "git",
        "url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
      },
      "keywords": [],
      "author": "schukai GmbH",
      "license": "see LICENSE file",
      "devDependencies": {
        "@babel/cli": "^7.15.4",
        "@babel/preset-modules": "^0.1.4",
        "@peculiar/webcrypto": "^1.1.7",
        "btoa": "^1.2.1",
        "c8": "^7.8.0",
        "chai": "^4.3.4",
        "chai-dom": "^1.9.0",
        "clean-jsdoc-theme": "^3.2.8",
        "crypt": "^0.0.2",
        "flow-bin": "^0.159.0",
        "fs": "^0.0.1-security",
        "jsdoc": "^3.6.7", 
        "jsdom": "^17.0.0",
        "jsdom-global": "^3.0.2",
        "uglify-js": "^3.14.1",
        "uglifycss": "^0.0.29",
        "url": "^0.11.0",
        "url-exist": "~2.0.1",
        "util": "^0.12.4",
        "webpack": "^5.52.0",
        "webpack-cli": "^4.8.0"
      }
    }