{
  "name": "system-dashboard-frontend",
  "version": "2.1.11",
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "packageManager": "npm@11.9.0+sha512.04166853ddba142ca98f86fb57b1258a7c6c59ccb82acb3cf141b77a315898acaaed47395e74f7e0c7b69c486008e68be6a6381ef1aee5a23dd82e0e61decd68",
  "description": "frontend for the system dashboard",
  "keywords": [
    "svelte",
    "vite",
    "web"
  ],
  "contributors": [
    {
      "name": "Markus Felten",
      "email": "markus.felten@gmx.de"
    }
  ],
  "license": "0BSD",
  "scripts": {
    "prepare": "node --run prepare:vite",
    "prepare:vite": "vite build",
    "start": "vite",
    "lint": "node --run lint:css",
    "lint:css": "stylelint ./src**/*.css",
    "preview": "vite preview"
  },
  "dependencies": {
    "@kronos-integration/svelte-components": "^4.0.29",
    "mf-styling": "^3.3.8",
    "reader-line-iterator": "^1.2.3",
    "svelte-command": "^3.0.57",
    "svelte-common": "^6.19.68",
    "svelte-guard-history-router": "^7.0.15",
    "svelte-log-view": "^7.0.7",
    "svelte-session-manager": "^3.0.81",
    "svelte-websocket-store": "^1.2.6"
  },
  "devDependencies": {
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/github": "^12.0.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@sveltejs/vite-plugin-svelte": "^6.2.4",
    "npm-pkgbuild": "^20.5.1",
    "semantic-release": "^25.0.3",
    "stylelint": "^17.1.1",
    "stylelint-config-standard": "^40.0.0",
    "svelte": "^5.50.0",
    "vite": "^7.3.1",
    "vite-plugin-compression2": "^2.4.0"
  },
  "optionalDependencies": {
    "mf-hosting-frontend": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arlac77/system-dashboard-frontend.git"
  },
  "bugs": {
    "url": "https://github.com/arlac77/system-dashboard-frontend/issues"
  },
  "homepage": "https://github.com/arlac77/system-dashboard-frontend#readme",
  "pkgbuild": {
    "content": {
      "${install_dir}": "build/",
      "${nginx_locations_dir}${nginx_location_category}/${name}-journal.conf": "pkg/nginx.conf"
    },
    "dependencies": {
      "system-dashboard": ">=1.35.0"
    },
    "frontend": true,
    "http_api_path": "${http_base_path}/system-dashboard/api",
    "http_path": "${http_base_path}/dashboard",
    "install_dir": "${install_base_dir}system-dashboard/frontend/",
    "journal_endpoint": "/services/journal"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      [
        "@semantic-release/exec",
        {
          "publishCmd": "npx npm-pkgbuild --publish dist"
        }
      ],
      [
        "@semantic-release/github",
        {
          "assets": [
            {
              "path": "dist/*.deb",
              "label": "any Debian Package"
            },
            {
              "path": "dist/*any.pkg.*",
              "label": "any Arch Linux Package"
            },
            {
              "path": "dist/*x86_64.pkg.*",
              "label": "x86_64 Arch Linux Package"
            },
            {
              "path": "dist/*aarch64.pkg.*",
              "label": "arm64 Arch Linux Package"
            },
            {
              "path": "dist/*noarch.rpm",
              "label": "noarch RPM"
            },
            {
              "path": "dist/*x86_64.rpm",
              "label": "x86_64 RPM"
            },
            {
              "path": "dist/*aarch64.rpm",
              "label": "arm64 RPM"
            }
          ]
        }
      ]
    ]
  },
  "template": {
    "inheritFrom": [
      "arlac77/template-arlac77-github",
      "arlac77/template-svelte-app"
    ]
  }
}
