mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-05 21:27:53 +08:00
1bf20e1108
- @fesjs/plugin-layout@4.2.1 - @fesjs/plugin-qiankun@2.1.0 - @fesjs/preset-built-in@2.1.1 - @fesjs/fes@2.1.1
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@fesjs/plugin-qiankun",
|
|
"version": "2.1.0",
|
|
"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、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.4",
|
|
"address": "^1.1.2",
|
|
"lodash-es": "^4.17.15",
|
|
"qiankun": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^2.0.0",
|
|
"@fesjs/fes-design": "^0.4.0",
|
|
"vue": "^3.0.5"
|
|
}
|
|
}
|