2020-11-02 09:51:40 +08:00
|
|
|
{
|
2021-03-05 17:03:04 +08:00
|
|
|
"name": "@fesjs/runtime",
|
2021-06-23 15:43:40 +08:00
|
|
|
"version": "2.0.0",
|
2021-03-05 17:03:04 +08:00
|
|
|
"description": "@fesjs/runtime",
|
2020-11-02 09:51:40 +08:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-01-04 20:32:44 +08:00
|
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
|
|
"directory": "packages/fes-runtime"
|
2020-11-02 09:51:40 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"fes"
|
|
|
|
],
|
|
|
|
"sideEffects": false,
|
2021-01-04 20:32:44 +08:00
|
|
|
"author": "qlin",
|
2020-11-02 09:51:40 +08:00
|
|
|
"license": "MIT",
|
2021-01-04 20:32:44 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
2020-11-02 09:51:40 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-03-05 17:03:04 +08:00
|
|
|
"vue": "^3.0.5"
|
2020-11-02 09:51:40 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-12-14 21:34:13 +08:00
|
|
|
"vue-router": "^4.0.1"
|
2020-11-02 09:51:40 +08:00
|
|
|
},
|
|
|
|
"module": "dist/index.esm.js"
|
|
|
|
}
|