mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-15 18:10:46 +08:00
41 lines
742 B
JSON
41 lines
742 B
JSON
{
|
|
"name": "@webank/fes-template-h5",
|
|
"version": "2.0.0",
|
|
"description": "fes项目模版",
|
|
"scripts": {
|
|
"build": "fes build",
|
|
"dev": "fes dev"
|
|
},
|
|
"keywords": [
|
|
"管理端",
|
|
"fes",
|
|
"fast",
|
|
"easy",
|
|
"strong"
|
|
],
|
|
"files": [
|
|
".eslintrc.js",
|
|
".gitignore",
|
|
"fes.config.js",
|
|
"mock.js",
|
|
"package.json",
|
|
"README.md",
|
|
"/src"
|
|
],
|
|
"repository": {
|
|
"type": "git"
|
|
},
|
|
"author": "harrywan qlin",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"@webank/eslint-config-webank": "0.2.7",
|
|
"postcss-px-to-viewport": "1.1.1"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.0.4",
|
|
"@webank/fes": "^2.0.0",
|
|
"@webank/fes-plugin-icon": "^1.0.0"
|
|
}
|
|
}
|