2020-12-22 19:38:50 +08:00
|
|
|
{
|
|
|
|
"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",
|
2020-12-25 10:23:31 +08:00
|
|
|
"@webank/eslint-config-webank": "0.2.7",
|
|
|
|
"postcss-px-to-viewport": "1.1.1"
|
2020-12-22 19:38:50 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-12-25 10:23:31 +08:00
|
|
|
"vue": "^3.0.4",
|
|
|
|
"@webank/fes": "^2.0.0"
|
2020-12-22 19:38:50 +08:00
|
|
|
}
|
|
|
|
}
|