Skip to content
Snippets Groups Projects
Select Git revision
  • 7f8293d3665c73a6a81f2950da4c5bdefad2d338
  • 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.78 KiB
    {
      "name": "@schukai/monster-showroom",
      "version": "1.0.0",
      "description": "This is the showroom for the MonsterJS library.",
      "keywords": [],
      "main": "source/index.mjs",
      "module": "source/index.mjs",
      "type": "module",
      "homepage": "https://monsterjs.org/",
      "repository": {
        "type": "git",
        "url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
      },
      "author": "schukai GmbH",
      "license": "AGPL 3.0",
      "dependencies": {
        "@floating-ui/dom": "^1.6.3",
        "@popperjs/core": "^2.11.8",
        "@schukai/monster": "^3.65.0",
        "highlight.js": "^11.9.0"
      },
      "devDependencies": {
        "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
        "autoprefixer": "^10.4.19",
        "browserslist": "^4.23.0",
        "btoa": "^1.2.1",
        "c8": "^8.0.1",
        "create-polyfill-service-url": "^2.3.0",
        "cssnano": "^6.1.2",
        "element-internals-polyfill": "^1.3.11",
        "esbuild": "^0.19.12",
        "flow-bin": "^0.221.0",
        "fs": "0.0.1-security",
        "glob": "^10.3.12",
        "postcss": "^8.4.38",
        "postcss-fluid": "^1.4.2",
        "postcss-for": "^2.1.1",
        "postcss-import": "^15.1.0",
        "postcss-load-config": "^4.0.2",
        "postcss-mixins": "^9.0.4",
        "postcss-nested": "^6.0.1",
        "postcss-nesting": "^12.1.1",
        "postcss-normalize": "^10.0.1",
        "postcss-responsive-type": "^1.0.0",
        "postcss-rtlcss": "^4.0.9",
        "postcss-strip-units": "^2.0.1",
        "prismjs": "^1.29.0",
        "puppeteer": "^21.11.0",
        "url": "^0.11.3",
        "url-exist": "3.0.1",
        "util": "^0.12.5",
        "vite": "5.2.7",
        "vite-plugin-banner": "^0.7.1",
        "vite-plugin-directory-index": "^3.0.1",
        "vite-plugin-list-directory-contents": "^1.4.5",
        "vite-plugin-minify": "^1.5.2",
        "vite-plugin-mock": "^3.0.1",
        "vite-plugin-terminal": "^1.2.0",
        "ws": "^8.16.0"
      }
    }