2020-08-27 17:18:57 +08:00
|
|
|
{
|
|
|
|
"name": "@webank/fes-core",
|
2020-09-30 19:08:37 +08:00
|
|
|
"version": "0.2.1",
|
2020-08-27 17:18:57 +08:00
|
|
|
"description": "一个好用的前端管理台快速开发框架",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-09-30 19:08:37 +08:00
|
|
|
"main": "src/index.js",
|
2020-08-27 17:18:57 +08:00
|
|
|
"author": "harrywan,qlin",
|
|
|
|
"repository": {
|
2020-09-19 16:31:27 +08:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/WeBankFinTech/fes.js.git"
|
2020-08-27 17:18:57 +08:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"管理端",
|
|
|
|
"fes",
|
|
|
|
"fast",
|
|
|
|
"easy",
|
|
|
|
"strong"
|
|
|
|
],
|
|
|
|
"peerDependencies": {
|
2020-09-30 19:08:37 +08:00
|
|
|
"vue": "^3.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/runtime-corejs3": "^7.11.2",
|
|
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
|
|
"vue": "^3.0.0",
|
|
|
|
"vue-router": "^4.0.0-beta.12"
|
2020-08-27 17:18:57 +08:00
|
|
|
}
|
|
|
|
}
|