fes.js/packages/fes-template/package.json

46 lines
941 B
JSON
Raw Normal View History

2020-08-27 17:18:57 +08:00
{
"name": "@webank/fes-template",
2020-12-09 13:10:48 +08:00
"version": "2.0.0",
2020-08-27 17:18:57 +08:00
"description": "fes项目模版",
"scripts": {
"build": "fes build",
2020-12-25 10:23:31 +08:00
"prod": "FES_ENV=prod fes build",
2020-12-23 15:52:22 +08:00
"analyze": "ANALYZE=1 fes build",
2020-09-07 12:33:10 +08:00
"dev": "fes dev"
2020-08-27 17:18:57 +08:00
},
"keywords": [
"管理端",
"fes",
"fast",
"easy",
"strong"
],
"files": [
".eslintrc.js",
".gitignore",
"fes.config.js",
"mock.js",
"package.json",
"README.md",
"/src"
],
2020-09-07 12:33:10 +08:00
"repository": {
"type": "git"
},
"author": "harrywan qlin",
2020-08-27 17:18:57 +08:00
"license": "MIT",
"devDependencies": {
2020-09-30 19:08:37 +08:00
"@vue/compiler-sfc": "^3.0.0",
2020-12-25 10:23:31 +08:00
"@webank/eslint-config-webank": "0.2.7"
2020-08-27 17:18:57 +08:00
},
"dependencies": {
2020-12-25 10:23:31 +08:00
"vue": "3.0.4",
2020-12-02 12:35:06 +08:00
"@webank/fes": "^2.0.0",
2020-12-11 18:43:24 +08:00
"@webank/fes-plugin-access": "^1.0.0",
2020-12-14 15:00:29 +08:00
"@webank/fes-plugin-model": "^1.0.0",
2020-12-18 18:23:00 +08:00
"@webank/fes-plugin-layout": "^1.0.0",
2020-12-31 12:59:11 +08:00
"@webank/fes-plugin-locale": "^1.0.0",
2020-12-11 18:43:24 +08:00
"ant-design-vue": "2.0.0-rc.3"
}
2020-08-27 17:18:57 +08:00
}