mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-05 13:17:42 +08:00
3bd10aef9c
- @fesjs/create-fes-app@2.1.7 - @fesjs/plugin-layout@4.0.9 - @fesjs/plugin-locale@3.0.5 - @fesjs/plugin-qiankun@2.0.11 - @fesjs/plugin-watermark@2.0.1
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@fesjs/plugin-qiankun",
|
|
"version": "2.0.11",
|
|
"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.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^2.0.0",
|
|
"@fesjs/fes-design": "^0.4.0",
|
|
"vue": "^3.0.5"
|
|
}
|
|
}
|