fes.js/packages/fes-doc/package.json
万纯 0fbf3fb1ed fes-ui v0.1.1
1、修复Layout组件offset不生效的bug

fes-doc
1、更新文档中描述不准备的地方
2、更换文档中的链接
2020-09-08 10:50:29 +08:00

30 lines
716 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "fes-doc",
"version": "2.0.0",
"description": "Fes.js技术文档包含fes-li、fes-core和fes-ui",
"main": "",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"keywords": [
"fes.js"
],
"author": "harrywan,qlin",
"repository": {
"type": "git",
"url": "https://github.com/WeBankFinTech/fes.js.git"
},
"license": "MIT",
"devDependencies": {
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"vuepress": "^1.5.4",
"@vuepress/plugin-pwa": "^1.5.0",
"@vuepress/theme-vue": "^1.5.0"
},
"dependencies": {
"@webank/fes-ui": "^0.1.1"
}
}