Skip to content
Snippets Groups Projects
Select Git revision
  • bc861a3eee9afa1120b0bedfb488da0ad6cc0faf
  • master default protected
  • 1.31
  • 4.34.0
  • 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
23 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 1.29 KiB
    {
      "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.14.5",
        "@babel/core": "^7.14.6",
        "@babel/preset-env": "^7.14.7",
        "@babel/preset-flow": "^7.14.5",
        "@babel/preset-modules": "^0.1.4",
        "@jsenv/node-module-import-map": "^13.6.0",
        "@peculiar/webcrypto": "^1.1.7",
        "@web/dev-server-import-maps": "^0.0.5",
        "babel-plugin-source-map-support": "^2.1.3",
        "babel-preset-env": "^1.7.0",
        "babelify": "^10.0.0",
        "browserify": "^17.0.0",
        "btoa": "^1.2.1",
        "chai": "^4.3.4",
        "crypt": "^0.0.2",
        "docdash": "^1.2.0",
        "eslint": "^7.28.0",
        "esm": "^3.2.25",
        "exorcist": "^2.0.0",
        "flow-bin": "^0.153.0",
        "get-random-values": "^1.2.2",
        "jsdoc": "^3.6.7",
        "jsdom": "^16.6.0",
        "lstat": "^1.0.0",
        "mocha": "^9.0.0",
        "mocha-headless": "^6.0.0",
        "mochify": "^8.1.0",
        "process": "^0.11.10",
        "sinon": "^11.1.1",
        "tinyify": "^3.0.0",
        "uglify-js": "^3.13.9",
        "uglifycss": "^0.0.29",
        "watchify": "^4.0.0",
        "webcrypto-core": "^1.2.0"
      }
    }