mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
- @fesjs/create-fes-app@2.0.2 - @fesjs/compiler@2.0.1 - @fesjs/plugin-access@2.0.1 - @fesjs/plugin-enums@2.0.1 - @fesjs/plugin-icon@2.0.1 - @fesjs/plugin-jest@2.0.1 - @fesjs/plugin-layout@2.0.2 - @fesjs/plugin-locale@2.0.2 - @fesjs/plugin-model@2.0.1 - @fesjs/plugin-monaco-editor@2.0.0-beta.3 - @fesjs/plugin-qiankun@2.0.4 - @fesjs/plugin-request@2.0.5 - @fesjs/plugin-vuex@2.0.1 - @fesjs/preset-built-in@2.0.2 - @fesjs/runtime@2.0.2 - @fesjs/utils@2.0.1 - @fesjs/fes@2.0.3
36 lines
708 B
JSON
36 lines
708 B
JSON
{
|
|
"name": "@fesjs/runtime",
|
|
"version": "2.0.2",
|
|
"description": "@fesjs/runtime",
|
|
"main": "es/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-runtime"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"sideEffects": false,
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.5"
|
|
},
|
|
"dependencies": {
|
|
"vue-router": "^4.0.1"
|
|
}
|
|
}
|