2021-01-04 20:32:44 +08:00

46 lines
999 B
JSON

{
"name": "@webank/fes-template-h5",
"version": "1.0.0",
"description": "fes 移动端项目模版",
"scripts": {
"build": "fes build",
"dev": "fes dev"
},
"keywords": [
"管理端",
"fes",
"fast",
"easy",
"strong"
],
"files": [
".eslintrc.js",
".gitignore",
"package.json",
"README.md",
"/src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-template-h5"
},
"author": "qlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeBankFinTech/fes.js/issues"
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"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",
"@webank/fes-plugin-request": "^1.0.0"
}
}