mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
31 lines
737 B
JSON
31 lines
737 B
JSON
{
|
||
"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
|
||
}
|