{ "name": "@webank/fes-template", "version": "2.0.0-alpha.1", "description": "fes项目模版", "scripts": { "build": "fes build", "prod": "FES_ENV=prod fes build", "analyze": "ANALYZE=1 fes build", "dev": "fes dev", "test:unit": "fes test:unit" }, "keywords": [ "管理端", "fes", "fast", "easy", "strong" ], "files": [ ".eslintrc.js", ".gitignore", ".fes.js", ".fes.prod.js", "mock.js", "package.json", "README.md", "tsconfig.json", "/src", "/config" ], "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", "publishConfig": { "access": "public" }, "devDependencies": { "@webank/eslint-config-webank": "0.2.10" }, "dependencies": { "@webank/fes": "^2.0.0-alpha.0", "@webank/fes-plugin-access": "^2.0.0-alpha.0", "@webank/fes-plugin-layout": "^2.0.0-alpha.0", "@webank/fes-plugin-locale": "^2.0.0-alpha.0", "@webank/fes-plugin-model": "^2.0.0-alpha.0", "@webank/fes-plugin-enums": "^2.0.0-alpha.0", "@webank/fes-plugin-jest": "^2.0.0-alpha.8", "@webank/fes-plugin-vuex": "^2.0.0-alpha.8", "@webank/fes-plugin-request": "^2.0.0-alpha.8", "ant-design-vue": "2.0.0", "vue": "3.0.5", "vuex": "^4.0.0" }, "private": true }