fes.js/packages/fes-template/package.json
2021-01-04 21:28:50 +08:00

52 lines
1.2 KiB
JSON

{
"name": "@webank/fes-template",
"version": "1.0.0",
"description": "fes项目模版",
"scripts": {
"build": "fes build",
"prod": "FES_ENV=prod fes build",
"analyze": "ANALYZE=1 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",
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-template"
},
"author": "harrywan",
"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"
},
"dependencies": {
"vue": "3.0.4",
"@webank/fes": "^2.0.0",
"@webank/fes-plugin-access": "^1.0.0",
"@webank/fes-plugin-model": "^1.0.0",
"@webank/fes-plugin-layout": "^1.0.0",
"@webank/fes-plugin-locale": "^1.0.0",
"ant-design-vue": "2.0.0-rc.3"
}
}