system-dashboard-frontend
Version:
frontend for the system dashboard
134 lines (133 loc) • 3.63 kB
JSON
{
"name": "system-dashboard-frontend",
"version": "2.0.4",
"publishConfig": {
"access": "public",
"provenance": false
},
"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": "^3.0.1",
"mf-styling": "^3.2.13",
"reader-line-iterator": "^1.2.2",
"svelte-command": "^3.0.33",
"svelte-common": "^6.19.13",
"svelte-guard-history-router": "^6.1.2",
"svelte-log-view": "^6.3.49",
"svelte-session-manager": "^3.0.43",
"svelte-websocket-store": "^1.1.34"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/github": "^11.0.3",
"@semantic-release/release-notes-generator": "^14.0.3",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"npm-pkgbuild": "^18.2.9",
"semantic-release": "^24.2.5",
"stylelint": "^16.20.0",
"stylelint-config-standard": "^38.0.0",
"svelte": "^5.33.10",
"vite": "^6.3.5",
"vite-plugin-compression2": "^1.4.0"
},
"optionalDependencies": {
"mf-hosting-frontend": "^3.9.3"
},
"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.28.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"
]
}
}