102 lines
2.7 KiB
JSON
102 lines
2.7 KiB
JSON
{
|
|
"name": "@vue/cli-service",
|
|
"version": "3.12.1",
|
|
"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": "^3.12.1",
|
|
"@vue/cli-shared-utils": "^3.12.1",
|
|
"@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.0.3",
|
|
"autoprefixer": "^9.5.1",
|
|
"browserslist": "^4.5.4",
|
|
"cache-loader": "^2.0.1",
|
|
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
|
"chalk": "^2.4.2",
|
|
"cli-highlight": "^2.1.0",
|
|
"clipboardy": "^2.0.0",
|
|
"cliui": "^5.0.0",
|
|
"copy-webpack-plugin": "^4.6.0",
|
|
"css-loader": "^1.0.1",
|
|
"cssnano": "^4.1.10",
|
|
"current-script-polyfill": "^1.0.0",
|
|
"debug": "^4.1.1",
|
|
"default-gateway": "^5.0.2",
|
|
"dotenv": "^7.0.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"file-loader": "^3.0.1",
|
|
"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.0.0",
|
|
"semver": "^6.0.0",
|
|
"slash": "^2.0.0",
|
|
"source-map-url": "^0.4.0",
|
|
"ssri": "^6.0.1",
|
|
"string.prototype.padend": "^3.0.0",
|
|
"terser-webpack-plugin": "^1.2.3",
|
|
"thread-loader": "^2.1.2",
|
|
"url-loader": "^1.1.2",
|
|
"vue-loader": "^15.7.0",
|
|
"webpack": "^4.0.0",
|
|
"webpack-bundle-analyzer": "^3.3.0",
|
|
"webpack-chain": "^4.11.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.3",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|