mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-20 14:19:59 -06:00
BREAKING CHANGE: The only real breaking change is https://github.com/webpack-contrib/terser-webpack-plugin/issues/129, which is not likely to affect normal users. The rest are default option values changes, which are already covered in the default provided `terserOptions` of Vue CLI. Note that here we choose to disable `extractComments` by default, as I don't see enough data showing such license comments taking too much space. The extra LICENSE file may also be confusing to some users.
101 lines
2.7 KiB
JSON
101 lines
2.7 KiB
JSON
{
|
|
"name": "@vue/cli-service",
|
|
"version": "4.0.0-rc.7",
|
|
"description": "local service for vue-cli projects",
|
|
"main": "lib/Service.js",
|
|
"typings": "types/index.d.ts",
|
|
"bin": {
|
|
"vue-cli-service": "bin/vue-cli-service.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
|
"directory": "packages/@vue/cli-service"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://cli.vuejs.org/",
|
|
"dependencies": {
|
|
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
|
|
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
|
|
"@vue/cli-overlay": "^4.0.0-rc.7",
|
|
"@vue/cli-shared-utils": "^4.0.0-rc.7",
|
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
"@vue/preload-webpack-plugin": "^1.1.0",
|
|
"@vue/web-component-wrapper": "^1.2.0",
|
|
"acorn": "^6.1.1",
|
|
"acorn-walk": "^6.1.1",
|
|
"address": "^1.1.0",
|
|
"autoprefixer": "^9.5.1",
|
|
"browserslist": "^4.6.0",
|
|
"cache-loader": "^4.1.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
|
"chalk": "^2.4.2",
|
|
"cli-highlight": "^2.1.1",
|
|
"clipboardy": "^2.0.0",
|
|
"cliui": "^5.0.0",
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
"css-loader": "^3.1.0",
|
|
"cssnano": "^4.1.10",
|
|
"current-script-polyfill": "^1.0.0",
|
|
"debug": "^4.1.1",
|
|
"default-gateway": "^5.0.2",
|
|
"dotenv": "^8.0.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"file-loader": "^4.1.0",
|
|
"fs-extra": "^7.0.1",
|
|
"globby": "^9.2.0",
|
|
"hash-sum": "^1.0.2",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"launch-editor-middleware": "^2.2.1",
|
|
"lodash.defaultsdeep": "^4.6.1",
|
|
"lodash.mapvalues": "^4.6.0",
|
|
"lodash.transform": "^4.6.0",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"minimist": "^1.2.0",
|
|
"ora": "^3.4.0",
|
|
"portfinder": "^1.0.20",
|
|
"postcss-loader": "^3.0.0",
|
|
"read-pkg": "^5.1.1",
|
|
"semver": "^6.1.0",
|
|
"slash": "^3.0.0",
|
|
"source-map-url": "^0.4.0",
|
|
"ssri": "^6.0.1",
|
|
"string.prototype.padend": "^3.0.0",
|
|
"terser-webpack-plugin": "^2.1.2",
|
|
"thread-loader": "^2.1.2",
|
|
"url-loader": "^2.1.0",
|
|
"vue-loader": "^15.7.0",
|
|
"webpack": "^4.0.0",
|
|
"webpack-bundle-analyzer": "^3.3.2",
|
|
"webpack-chain": "^6.0.0",
|
|
"webpack-dev-server": "^3.4.1",
|
|
"webpack-merge": "^4.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"vue-template-compiler": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"fibers": ">= 3.1.1 <5.0.0",
|
|
"sass": "^1.19.0",
|
|
"sass-loader": "^8.0.0",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.0.6",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|