UNPKG

mf-examples

Version:
131 lines (130 loc) 3.4 kB
{ "name": "mf-examples", "version": "1.5.19", "publishConfig": { "access": "public", "provenance": true }, "description": "examples entry page", "keywords": [ "example", "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", "test": "true", "lint": "node --run lint:css", "lint:css": "stylelint ./src**/*.css", "preview": "vite preview" }, "devDependencies": { "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/exec": "^7.0.3", "@semantic-release/github": "^11.0.2", "@semantic-release/release-notes-generator": "^14.0.3", "mf-hosting-frontend": "^3.9.3", "mf-styling": "^3.2.12", "npm-pkgbuild": "^18.1.2", "semantic-release": "^24.2.3", "stylelint": "^16.19.1", "stylelint-config-standard": "^38.0.0", "vite": "^6.3.4", "vite-plugin-compression2": "^1.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/arlac77/mf-examples.git" }, "bugs": { "url": "https://github.com/arlac77/mf-examples/issues" }, "homepage": "https://github.com/arlac77/mf-examples#readme", "pkgbuild": { "content": { "${install.dir}": "build/" }, "dependencies": { "mf-styling": ">=3.1.6", "svelte-command": ">=1.1.25", "svelte-common": ">=4.21.3", "svelte-entitlement": ">=1.2.39", "svelte-guard-history-router": ">=5.5.13", "svelte-log-view": ">=4.2.14", "svelte-session-manager": ">=2.0.11", "svelte-websocket-store": ">=1.1.33", "svelte-repository-provider": ">=1.0.0", "kronos-svelte-components": ">=2.4.94", "resume-renderer-example": ">=1.0.2" }, "example": true, "frontend": true, "http.path": "${http.base.path}", "install.dir": "${install.base.dir}" }, "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-npm-pkgbuild", "arlac77/template-vite", "arlac77/template-web-app" ] } }