@wbi/cli-service
Version:
local service for wb-cli projects
89 lines (88 loc) • 2.55 kB
JSON
{
"name": "@wbi/cli-service",
"version": "1.1.3",
"description": "local service for wb-cli projects",
"main": "lib/Service.js",
"bin": {
"wb-cli-service": "bin/wb-cli-service.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wb",
"cli"
],
"author": "jerry2359",
"license": "ISC",
"dependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-object-rest-spread": "7.3.2",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/runtime": "7.3.1",
"@babel/runtime-corejs2": "7.5.4",
"ansi-regex": "2.1.1",
"autoprefixer": "9.5.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"body-parser": "1.18.3",
"chalk": "2.4.2",
"chokidar": "2.1.0",
"copy-webpack-plugin": "5.0.2",
"css-hot-loader": "1.4.3",
"css-loader": "2.1.0",
"end-webpack-plugin": "4.0.0",
"eslint": "5.13.0",
"eslint-config-standard": "12.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "2.1.2",
"eslint-plugin-html": "5.0.3",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"express": "4.16.4",
"file-loader": "3.0.1",
"friendly-errors-webpack-plugin": "1.7.0",
"fs-extra": "7.0.1",
"ftp-upload": "1.1.4",
"glob": "7.1.3",
"happypack": "5.0.1",
"highlight.js": "9.15.6",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"http-proxy-middleware": "0.19.1",
"marked": "0.6.1",
"mini-css-extract-plugin": "0.5.0",
"minimist": "1.2.0",
"multer": "1.4.1",
"node-sass": "4.11.0",
"open": "0.0.5",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-loader": "3.0.0",
"progress-bar-webpack-plugin": "1.12.1",
"pug-lint-config-wb": "1.0.0",
"pug-to-html-loader": "1.0.4",
"puglint-webpack-plugin": "1.0.3",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"semver": "6.3.0",
"style-loader": "0.23.1",
"stylelint": "9.10.1",
"stylelint-config-standard": "18.2.0",
"stylelint-webpack-plugin": "0.10.5",
"uglifyjs-webpack-plugin": "2.1.1",
"url-loader": "1.1.2",
"webpack": "4.29.3",
"webpack-bundle-analyzer": "3.0.4",
"webpack-cli": "3.2.3",
"webpack-dev-middleware": "3.5.2",
"webpack-hot-middleware": "2.24.3",
"webpack-jarvis": "0.3.2",
"webpack-merge": "4.2.1"
},
"engines": {
"node": ">=8"
}
}