mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 19:58:18 +08:00
45 lines
1017 B
JSON
45 lines
1017 B
JSON
{
|
|
"name": "@fesjs/plugin-qiankun",
|
|
"version": "2.0.0-rc.8",
|
|
"description": "@fesjs/plugin-qiankun",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"start": "npm-run-all --parallel start:*",
|
|
"start:master": "cd ./examples/main && fes dev",
|
|
"start:app1": "cd ./examples/app1 && fes dev"
|
|
},
|
|
"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",
|
|
"lodash": "^4.17.15",
|
|
"qiankun": "2.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@webank/fes": "^2.0.0-rc.0",
|
|
"vue": "^3.0.5"
|
|
}
|
|
}
|