UNPKG

@podium/layout

Version:

Module for composing full page layouts out of page fragments in a micro frontend architecture.

79 lines (78 loc) 2.2 kB
{ "name": "@podium/layout", "version": "5.3.3", "packageManager": "npm@11.4.1", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT", "keywords": [ "micro services", "micro frontend", "components", "podium" ], "repository": { "type": "git", "url": "git@github.com:podium-lib/layout.git" }, "bugs": { "url": "https://github.com/podium-lib/issues" }, "homepage": "https://podium-lib.io/", "files": [ "package.json", "CHANGELOG.md", "README.md", "LICENSE", "types", "dist", "lib" ], "main": "./lib/layout.js", "types": "./types/layout.d.ts", "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "tap --disable-coverage --allow-empty-coverage", "test:snapshots": "tap --snapshot --disable-coverage --allow-empty-coverage", "types": "run-s types:tsc types:fixup types:test", "types:tsc": "tsc", "types:test": "tsc --project tsconfig.test.json", "types:fixup": "node ./fixup.js" }, "dependencies": { "@metrics/client": "2.5.5", "@podium/client": "5.4.0", "@podium/context": "5.1.5", "@podium/proxy": "5.0.33", "@podium/schemas": "5.1.0", "@podium/utils": "5.5.0", "abslog": "2.4.4", "ajv": "8.17.1", "objobj": "1.0.0" }, "devDependencies": { "@podium/eslint-config": "1.0.18", "@podium/podlet": "5.2.4", "@podium/semantic-release-config": "2.0.2", "@podium/test-utils": "3.0.19", "@podium/typescript-config": "1.0.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.3", "@semantic-release/npm": "12.0.2", "@semantic-release/release-notes-generator": "14.0.3", "@types/node": "22.13.16", "@types/readable-stream": "4.0.21", "eslint": "9.32.0", "express": "4.21.2", "npm-run-all2": "6.2.6", "prettier": "3.6.2", "semantic-release": "24.2.7", "stoppable": "1.1.0", "supertest": "7.0.0", "tap": "21.0.1", "typescript": "5.6.3" } }