@luban-cli/cli-plugin-service
Version:
A development runtime environment dependency
142 lines (141 loc) • 4.5 kB
JSON
{
"name": "@luban-cli/cli-plugin-service",
"version": "2.0.5",
"description": "A development runtime environment dependency",
"keywords": [
"webpack",
"service",
"luban"
],
"files": [
"dist"
],
"bin": {
"luban-cli-service": "bin/service"
},
"author": "front-end-captain <18810940932@163.com>",
"homepage": "https://github.com/leapFE/luban/blob/master/packages/%40luban/cli-plugin-service/README.md",
"license": "MIT",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"module": "dist/main.js",
"directories": {
"src": "src",
"test": "__tests__"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leapFE/luban.git"
},
"scripts": {
"build:types": "tsc --pretty --project tsconfig.type.json",
"build": "rimraf dist && tsc --pretty && yarn run build:types && cp -ri src/template dist/template",
"prepublishOnly": "yarn run build",
"check:type": "tsc --noEmit",
"watch": "yarn run build -- --watch --diagnostics"
},
"bugs": {
"url": "https://github.com/leapFE/luban/issues"
},
"dependencies": {
"@babel/core": "7.14.2",
"@babel/generator": "7.14.2",
"@babel/traverse": "7.14.2",
"@babel/types": "7.14.2",
"@luban-cli/cli-shared-utils": "^2.0.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/less": "3.0.1",
"@types/webpack": "4.41.27",
"@types/webpack-dev-server": "^3.11.3",
"address": "^1.1.2",
"ansi-html": "^0.0.7",
"body-parser": "^1.19.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^2.4.2",
"chokidar": "^3.5.1",
"cli-highlight": "^2.1.1",
"cliui": "^7.0.3",
"copy-webpack-plugin": "^6.0.1",
"cssnano": "^4.1.10",
"default-gateway": "^5.0.4",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"ejs-compiled-loader": "3.0.0",
"fork-ts-checker-webpack-plugin": "^6.2.5",
"fs-extra": "^9.0.0",
"globby": "^11.0.3",
"html-entities": "1.4.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "1.0.6",
"isomorphic-fetch": "^3.0.0",
"lodash.defaultsdeep": "^4.6.1",
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "1.4.1",
"minimist": "^1.2.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"path-to-regexp": "^6.1.0",
"portfinder": "^1.0.25",
"preload-webpack-plugin": "^3.0.0-beta.4",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",
"react-loadable": "^5.5.0",
"read-pkg": "^5.2.0",
"semver": "7.1.2",
"serialize-javascript": "4.0.0",
"shelljs": "^0.8.4",
"terser-webpack-plugin": "^2.3.8",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^3.1.1",
"webpack-merge": "^5.2.0",
"webpack-node-externals": "^2.5.2",
"webpackbar": "^4.0.0"
},
"devDependencies": {
"@luban-cli/cli-shared-types": "^2.0.5",
"@rematch/core": "^2.0.1",
"@types/babel__core": "^7.1.14",
"@types/babel__generator": "7.6.2",
"@types/babel__traverse": "^7.11.1",
"@types/body-parser": "^1.19.0",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/cssnano": "^4.0.0",
"@types/default-gateway": "^3.0.0",
"@types/express": "^4.17.1",
"@types/fork-ts-checker-webpack-plugin": "^0.4.5",
"@types/fs-extra": "^9.0.1",
"@types/hapi__joi": "^16.0.1",
"@types/html-webpack-plugin": "^3.2.1",
"@types/isomorphic-fetch": "^0.0.35",
"@types/lodash.defaultsdeep": "^4.6.6",
"@types/memory-fs": "^0.3.3",
"@types/mini-css-extract-plugin": "1.4.1",
"@types/minimist": "^1.2.0",
"@types/optimize-css-assets-webpack-plugin": "5.0.1",
"@types/react-dom": "16.9.9",
"@types/react-helmet": "6.1.0",
"@types/react-loadable": "^5.5.5",
"@types/react-router-dom": "^5.1.7",
"@types/rimraf": "^2.0.2",
"@types/serialize-javascript": "5.0.0",
"@types/shelljs": "^0.8.8",
"@types/terser-webpack-plugin": "^2.2.1",
"@types/webpack-bundle-analyzer": "^3.9.0",
"@types/webpack-manifest-plugin": "^3.0.4",
"@types/webpack-merge": "^4.1.5",
"@types/webpack-node-externals": "2.5.0",
"@types/webpackbar": "^4.0.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"engines": {
"node": ">=10"
},
"gitHead": "2307292d614f077b225dbac0405d75c6950d00f9"
}