fes.js/packages/fes-core/package.json
2022-08-25 18:49:39 +08:00

33 lines
687 B
JSON

{
"name": "@webank/fes-core",
"version": "0.4.10",
"description": "一个好用的前端管理台快速开发框架",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "harrywan,qlin",
"repository": {
"type": "git",
"url": "https://github.com/WeBankFinTech/fes.js.git"
},
"license": "MIT",
"keywords": [
"管理端",
"fes",
"fast",
"easy",
"strong"
],
"dependencies": {
"axios": "^0.16.2",
"lodash": "^4.17.15",
"vue": "^2.6.10",
"vue-i18n": "^8.4.0",
"vue-router": "^2.6.0",
"vue-template-compiler": "^2.6.10"
},
"peerDependencies": {
"@webank/fes-ui": "^0.4.0"
}
}