mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
38 lines
813 B
JSON
38 lines
813 B
JSON
{
|
|
"name": "@fesjs/plugin-layout",
|
|
"version": "4.0.4",
|
|
"description": "@fesjs/plugin-layout",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-plugin-layout"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/utils": "^2.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^2.0.0",
|
|
"@fesjs/fes-design": "^0.3.3",
|
|
"vue": "^3.0.5"
|
|
}
|
|
}
|