Skip to content
Snippets Groups Projects
Select Git revision
  • 7483d8795cadb729f96ef540178d878ff3770442
  • master default protected
  • v1.23.2
  • v1.23.1
  • v1.23.0
  • v1.22.0
  • v1.21.1
  • v1.21.0
  • v1.20.3
  • v1.20.2
  • v1.20.1
  • v1.20.0
  • v1.19.4
  • v1.19.3
  • v1.19.2
  • v1.19.1
  • v1.19.0
  • v1.18.2
  • v1.18.1
  • v1.18.0
  • v1.17.0
  • v1.16.1
22 results

README.md

Blame
  • package.json 2.03 KiB
    {
      "name": "monster",
      "version": "3.33.0",
      "description": "monster",
      "repository": {
        "type": "git",
        "url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
      },
      "bugs": {
        "url": "https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues"
      },
      "scripts": {
        "test": "npx mocha --recursive test/cases/",
        "web-test": "script/web-test.sh",
        "publish": "script/release-and-publish.sh",
        "build-doc": "script/build-doc.sh"
      },
      "type": "module",
      "keywords": [],
      "author": "schukai GmbH",
      "license": "see LICENSE file",
      "devDependencies": {
        "@oss/web-components-build-tools": "^1.2.8",
        "@peculiar/webcrypto": "^1.4.3",
        "autoprefixer": "^10.4.14",
        "browserslist": "^4.21.5",
        "btoa": "^1.2.1",
        "c8": "^7.13.0",
        "chai": "^4.3.7",
        "chai-dom": "^1.11.0",
        "clean-jsdoc-theme": "^4.2.6",
        "create-polyfill-service-url": "^2.2.6",
        "crypt": "^0.0.2",
        "cssnano": "^5.1.15",
        "esbuild": "^0.17.14",
        "flow-bin": "^0.202.1",
        "fs": "0.0.1-security",
        "glob": "^9.3.2",
        "graphviz": "^0.0.9",
        "jsdoc": "^4.0.2",
        "jsdoc-external-example": "github:volker-schukai/jsdoc-external-example",
        "jsdoc-plantuml": "^1.0.2",
        "jsdom": "^21.1.1",
        "jsdom-global": "^3.0.2",
        "mocha": "^10.2.0",
        "node-plantuml": "^0.9.0",
        "postcss": "^8.4.21",
        "postcss-fluid": "^1.4.2",
        "postcss-for": "^2.1.1",
        "postcss-import": "^15.1.0",
        "postcss-load-config": "^4.0.1",
        "postcss-mixins": "^9.0.4",
        "postcss-nested": "^6.0.1",
        "postcss-nesting": "^11.2.2",
        "postcss-normalize": "^10.0.1",
        "postcss-responsive-type": "^1.0.0",
        "postcss-rtlcss": "^4.0.3",
        "postcss-strip-units": "^2.0.1",
        "rome": "^11.0.0",
        "sinon": "^15.0.3",
        "url": "^0.11.0",
        "url-exist": "3.0.1",
        "util": "^0.12.5",
        "vite": "^4.2.1",
        "vite-plugin-banner": "^0.7.0",
        "vite-plugin-list-directory-contents": "^1.4.5",
        "vite-plugin-minify": "^1.5.2",
        "vite-plugin-mkcert": "^1.13.4",
        "ws": "^8.13.0"
      }
    }