fe-real-cli
Version:
FE脚手架CLI工具
60 lines (59 loc) • 1.3 kB
JSON
{
"name": "fe-real-cli",
"version": "2.2.27",
"description": "FE脚手架CLI工具",
"main": "index.js",
"scripts": {
"compile": "babel src -d dist",
"watch": "npm run compile -- --watch"
},
"bin": {
"fe-real-cli": "./bin/cmd",
"fer-cli": "./bin/cmd",
"fer": "./bin/cmd"
},
"keywords": [
"web整套解决方案",
"移动端",
"pc端",
"服务端",
"restful-api",
"vue",
"h5",
"pc",
"admin",
"react",
"react-hook",
"egg",
"jwt",
"快速开发脚手架",
"scaffold",
"mobile"
],
"author": "xue",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chalk": "^3.0.0",
"commander": "^5.0.0",
"css-loader": "^3.4.2",
"download-git-repo": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^7.1.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"log-symbols": "^3.0.0",
"open-browser-webpack-plugin": "0.0.5",
"ora": "^4.0.3",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}