mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
112 lines
3.6 KiB
JSON
112 lines
3.6 KiB
JSON
{
|
|
"name": "@webank/fes",
|
|
"version": "2.0.0",
|
|
"description": "一个好用的前端管理台快速开发框架",
|
|
"preferGlobal": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"fes": "./bin/index.js"
|
|
},
|
|
"main": "index.js",
|
|
"author": "harrywan,qlin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WeBankFinTech/fes.js.git"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"管理端",
|
|
"fes",
|
|
"fast",
|
|
"easy",
|
|
"strong"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/helper-module-imports": "^7.12.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/plugin-proposal-decorators": "^7.12.1",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/runtime": "^7.12.1",
|
|
"@babel/runtime-corejs3": "^7.12.1",
|
|
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
|
|
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
|
|
"@umijs/utils": "^3.2.24",
|
|
"@vue/babel-plugin-jsx": "^1.0.0-rc.3",
|
|
"@vue/compiler-sfc": "^3.0.2",
|
|
"@webank/fes-core": "^2.0.0",
|
|
"@webank/fes-runtime": "^2.0.0",
|
|
"autoprefixer": "^8.1.0",
|
|
"babel-loader": "^8.0.6",
|
|
"body-parser": "^1.5.2",
|
|
"cache-loader": "^4.1.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
|
"chalk": "^4.1.0",
|
|
"chokidar": "^1.7.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"commander": "^4.1.0",
|
|
"compression-webpack-plugin": "^6.0.3",
|
|
"cookie-parser": "^1.4.3",
|
|
"copy-webpack-plugin": "^5.0.4",
|
|
"cross-spawn": "^2.1.0",
|
|
"css-loader": "^3.1.0",
|
|
"execa": "^0.8.0",
|
|
"express": "^4.14.0",
|
|
"express-http-proxy": "^0.10.0",
|
|
"express-session": "^1.7.2",
|
|
"faker": "^4.1.0",
|
|
"file-loader": "^4.2.0",
|
|
"friendly-errors-webpack-plugin": "^1.7.0",
|
|
"fs": "0.0.2",
|
|
"fs-extra": "^8.1.0",
|
|
"hash-sum": "^2.0.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"http-proxy": "^1.12.0",
|
|
"json-templater": "^1.2.0",
|
|
"less": "^3.12.2",
|
|
"less-loader": "^7.0.2",
|
|
"lodash": "^4.17.4",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"mockjs": "^1.1.0",
|
|
"morgan": "^1.2.2",
|
|
"mustache": "^4.0.1",
|
|
"node-plus-string": "^1.0.1",
|
|
"normalize-path": "^1.0.0",
|
|
"on-finished": "^2.3.0",
|
|
"open": "^7.3.0",
|
|
"path": "^0.12.7",
|
|
"pkg-up": "^3.1.0",
|
|
"postcss": "^7.0.35",
|
|
"postcss-loader": "^4.0.4",
|
|
"prompts": "^2.3.0",
|
|
"request": "^2.81.0",
|
|
"require-dir": "^0.3.0",
|
|
"resolve": "^1.18.1",
|
|
"shelljs": "^0.5.3",
|
|
"string-replace-loader": "^2.2.0",
|
|
"strip-indent": "^2.0.0",
|
|
"style-loader": "^1.3.0",
|
|
"stylus": "^0.54.8",
|
|
"stylus-loader": "^3.0.2",
|
|
"tar": "^6.0.5",
|
|
"tar-fs": "^1.16.0",
|
|
"terser-webpack-plugin": "^2.2.1",
|
|
"thread-loader": "^2.1.3",
|
|
"url-loader": "^2.2.0",
|
|
"vue-loader": "^16.0.0-beta.8",
|
|
"vue-style-loader": "^4.1.2",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.9",
|
|
"webpack-dev-middleware": "^3.7.2",
|
|
"webpack-hot-middleware": "^2.25.0",
|
|
"webpack-merge": "^4.2.2",
|
|
"yargs": "^3.31.0"
|
|
}
|
|
}
|