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-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-11-14 17:25:30 +08:00
|
|
|
"@webank/eslint-config-webank": "^0.1.4"
|
2020-08-27 17:18:57 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-11-02 09:51:40 +08:00
|
|
|
"vue": "^3.0.2",
|
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-11 18:43:24 +08:00
|
|
|
"ant-design-vue": "2.0.0-rc.3"
|
2020-09-19 16:31:27 +08:00
|
|
|
}
|
2020-08-27 17:18:57 +08:00
|
|
|
}
|