mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-16 02:20:52 +08:00
41 lines
911 B
JSON
41 lines
911 B
JSON
{
|
|
"name": "@fesjs/plugin-layout",
|
|
"version": "5.0.0-beta.13",
|
|
"description": "@fesjs/plugin-layout",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"types.d.ts"
|
|
],
|
|
"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": "^3.0.0-beta.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^3.0.0-beta.0",
|
|
"@fesjs/fes-design": "^0.6.3",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.0.1"
|
|
},
|
|
"typings": "./types.d.ts"
|
|
}
|