Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 1.31
  • 4.20.1
  • 4.20.0
  • 4.19.0
  • 4.18.0
  • 4.17.0
  • 4.16.0
  • 4.15.4
  • 4.15.3
  • 4.15.2
  • 4.15.1
  • 4.15.0
  • 4.14.0
  • 4.13.1
  • 4.13.0
  • 4.12.0
  • 4.11.1
  • 4.11.0
  • 4.10.4
  • 4.10.3
  • 4.10.2
22 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 2.53 KiB
    {
      "name": "@schukai/monster",
      "version": "3.68.0",
      "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
      "keywords": [
        "framework",
        "web",
        "dom",
        "css",
        "sass",
        "mobile-first",
        "app",
        "front-end",
        "templates",
        "schukai",
        "core",
        "shopcloud",
        "alvine",
        "monster",
        "buildmap",
        "stack",
        "observer",
        "observable",
        "uuid",
        "node",
        "nodelist",
        "css-in-js",
        "logger",
        "log",
        "theme"
      ],
      "main": "source/monster.mjs",
      "module": "source/monster.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.5",
        "@popperjs/core": "^2.11.8"
      },
      "devDependencies": {
        "@biomejs/biome": "1.3.3",
        "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
        "@peculiar/webcrypto": "^1.5.0",
        "@playwright/test": "^1.44.1",
        "@roarr/cli": "^5.12.4",
        "autoprefixer": "^10.4.19",
        "browserslist": "^4.23.1",
        "btoa": "^1.2.1",
        "c8": "^8.0.1",
        "chai": "^4.4.1",
        "chai-dom": "^1.12.0",
        "create-polyfill-service-url": "^2.3.0",
        "crypt": "^0.0.2",
        "cssnano": "^6.1.2",
        "dom-storage": "^2.1.0",
        "element-internals-polyfill": "^1.3.11",
        "esbuild": "^0.19.12",
        "espree": "^10.1.0",
        "estraverse": "^5.3.0",
        "flow-bin": "^0.221.0",
        "fs": "0.0.1-security",
        "glob": "^10.4.1",
        "graphviz": "^0.0.9",
        "jsdom": "^22.1.0",
        "jsdom-global": "^3.0.2",
        "mocha": "^10.4.0",
        "playwright": "^1.44.1",
        "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.5",
        "postcss-normalize": "^10.0.1",
        "postcss-responsive-type": "^1.0.0",
        "postcss-rtlcss": "^4.0.9",
        "postcss-strip-units": "^2.0.1",
        "puppeteer": "^21.11.0",
        "sinon": "^17.0.2",
        "turbowatch": "^2.29.4",
        "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.2",
        "vite-plugin-terminal": "^1.2.0",
        "ws": "^8.17.1"
      }
    }