mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
99 lines
3.1 KiB
JSON
99 lines
3.1 KiB
JSON
{
|
|
"name": "@webank/fes-cli",
|
|
"version": "0.1.1",
|
|
"description": "一个好用的前端管理台快速开发框架",
|
|
"preferGlobal": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"fes": "./bin/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.6.4",
|
|
"@babel/helper-module-imports": "^7.7.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.7.0",
|
|
"@babel/plugin-proposal-decorators": "^7.7.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
|
"@babel/preset-env": "^7.6.3",
|
|
"@babel/runtime": "^7.7.2",
|
|
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
|
|
"autoprefixer": "^8.1.0",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-polyfill": "^6.26.0",
|
|
"body-parser": "^1.5.2",
|
|
"cache-loader": "^4.1.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
|
"chalk": "^1.1.1",
|
|
"chokidar": "^1.7.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"commander": "^4.1.0",
|
|
"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",
|
|
"is-ci": "^1.0.10",
|
|
"json-templater": "^1.2.0",
|
|
"lodash": "^4.17.4",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"mockjs": "^1.1.0",
|
|
"morgan": "^1.2.2",
|
|
"node-plus-string": "^1.0.1",
|
|
"node-sass": "^4.13.0",
|
|
"normalize-path": "^1.0.0",
|
|
"on-finished": "^2.3.0",
|
|
"opn": "^4.0.2",
|
|
"path": "^0.12.7",
|
|
"postcss-loader": "^3.0.0",
|
|
"prompts": "^2.3.0",
|
|
"request": "^2.81.0",
|
|
"require-dir": "^0.3.0",
|
|
"sass-loader": "^8.0.0",
|
|
"shelljs": "^0.5.3",
|
|
"string-replace-loader": "^2.2.0",
|
|
"strip-indent": "^2.0.0",
|
|
"style-loader": "^1.0.0",
|
|
"tar-fs": "^1.16.0",
|
|
"terser-webpack-plugin": "^2.2.1",
|
|
"thread-loader": "^2.1.3",
|
|
"url-loader": "^2.2.0",
|
|
"vue-loader": "^15.7.2",
|
|
"vue-style-loader": "^4.1.2",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.41.2",
|
|
"webpack-cli": "^3.3.9",
|
|
"webpack-dev-middleware": "^3.7.2",
|
|
"webpack-dev-server": "^3.9.0",
|
|
"webpack-hot-middleware": "^2.25.0",
|
|
"webpack-merge": "^4.2.2",
|
|
"yargs": "^3.31.0"
|
|
}
|
|
}
|