mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-03 20:27:37 +08:00
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"name": "@fesjs/template",
|
|
"version": "2.0.0",
|
|
"description": "fes项目模版",
|
|
"scripts": {
|
|
"build": "fes build",
|
|
"prod": "FES_ENV=prod fes build",
|
|
"analyze": "ANALYZE=1 fes build",
|
|
"dev": "fes dev",
|
|
"test": "fes test"
|
|
},
|
|
"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.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/fes": "^2.0.0",
|
|
"@fesjs/plugin-access": "^2.0.0",
|
|
"@fesjs/plugin-layout": "^4.0.0",
|
|
"@fesjs/plugin-locale": "^3.0.0",
|
|
"@fesjs/plugin-model": "^2.0.0",
|
|
"@fesjs/plugin-enums": "^2.0.0",
|
|
"@fesjs/plugin-jest": "^2.0.0",
|
|
"@fesjs/plugin-vuex": "^2.0.0",
|
|
"@fesjs/plugin-request": "^2.0.0",
|
|
"@fesjs/plugin-qiankun": "^2.0.0",
|
|
"@fesjs/plugin-sass": "^2.0.0",
|
|
"@fesjs/plugin-monaco-editor": "^2.0.0-beta.0",
|
|
"@fesjs/plugin-windicss": "^2.0.0",
|
|
"@fesjs/plugin-pinia": "^2.0.0",
|
|
"@fesjs/fes-design": "^0.2.10",
|
|
"vue": "^3.0.5",
|
|
"vuex": "^4.0.0",
|
|
"pinia": "^2.0.11"
|
|
},
|
|
"private": true
|
|
}
|