mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "@fesjs/template",
|
|
"version": "3.0.0-beta.0",
|
|
"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": "^1.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/fes": "^3.0.0-rc.0",
|
|
"@fesjs/plugin-access": "^3.0.0-rc.0",
|
|
"@fesjs/plugin-layout": "^5.0.0-rc.0",
|
|
"@fesjs/plugin-model": "^3.0.0-rc.0",
|
|
"@fesjs/plugin-enums": "^3.0.0-rc.0",
|
|
"@fesjs/fes-design": "^0.7.9",
|
|
"@fesjs/builder-webpack": "^3.0.0-rc.0",
|
|
"vue": "^3.2.45",
|
|
"core-js": "^3.27.0"
|
|
},
|
|
"private": true
|
|
} |