fes.js/docs/package.json
2020-11-02 09:51:40 +08:00

31 lines
737 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"
},
"private": true
}