mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-03 04:07:57 +08:00
40 lines
881 B
JSON
40 lines
881 B
JSON
|
{
|
||
|
"name": "@fesjs/plugin-qiankun",
|
||
|
"version": "2.0.0-alpha.0",
|
||
|
"description": "@fesjs/plugin-qiankun",
|
||
|
"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-qiankun"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"fes"
|
||
|
],
|
||
|
"author": "michaelxxie",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@umijs/utils": "3.3.3",
|
||
|
"address": "^1.1.2",
|
||
|
"path-to-regexp": "^6.2.0",
|
||
|
"qiankun": "2.3.4"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@webank/fes": "^2.0.0-alpha.0",
|
||
|
"vue": "^3.0.5"
|
||
|
}
|
||
|
}
|