{ "name": "@fesjs/plugin-layout", "version": "5.4.6", "description": "@fesjs/plugin-layout", "author": "harrywan", "license": "MIT", "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "repository": { "type": "git", "url": "git+https://github.com/WeBankFinTech/fes.js.git", "directory": "packages/plugin-layout" }, "bugs": { "url": "https://github.com/WeBankFinTech/fes.js/issues" }, "keywords": [ "fes" ], "main": "dist/index.mjs", "module": "dist/index.mjs", "files": [ "dist", "types.d.ts" ], "scripts": { "dev": "tsup --watch --sourcemap", "build": "tsup" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@fesjs/fes": "^3.1.17", "@fesjs/fes-design": ">=0.7.0", "vue": "^3.5.21", "vue-router": "^4.5.1" }, "dependencies": { "@fesjs/shared": "workspace:*", "@fesjs/utils": "workspace:*", "dompurify": "^3.1.7" }, "typings": "./types.d.ts" }