mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 19:30:14 -06:00
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "@vue/cli-service",
|
|
"version": "3.0.0-alpha.5",
|
|
"description": "local service for vue-cli projects",
|
|
"main": "lib/Service.js",
|
|
"bin": {
|
|
"vue-cli-service": "bin/vue-cli-service.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-cli/packages/@vue/cli-service#readme",
|
|
"dependencies": {
|
|
"@vue/cli-overlay": "^3.0.0-alpha.5",
|
|
"@vue/cli-shared-utils": "^3.0.0-alpha.5",
|
|
"address": "^1.0.3",
|
|
"autodll-webpack-plugin": "^0.3.8",
|
|
"autoprefixer": "^7.2.5",
|
|
"cache-loader": "^1.2.0",
|
|
"case-sensitive-paths-webpack-plugin": "^2.1.1",
|
|
"chalk": "^2.3.0",
|
|
"copy-webpack-plugin": "^4.3.1",
|
|
"cosmiconfig": "^4.0.0",
|
|
"css-loader": "^0.28.9",
|
|
"deepmerge": "^2.0.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^1.1.6",
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
"get-value": "^2.0.6",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"javascript-stringify": "^1.6.0",
|
|
"launch-editor-middleware": "^2.2.0",
|
|
"minimist": "^1.2.0",
|
|
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
|
"ora": "^1.3.0",
|
|
"portfinder": "^1.0.13",
|
|
"postcss-loader": "^2.0.10",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"semver": "^5.5.0",
|
|
"slash": "^1.0.0",
|
|
"source-map-url": "^0.4.0",
|
|
"string.prototype.padend": "^3.0.0",
|
|
"thread-loader": "^1.1.2",
|
|
"uglifyjs-webpack-plugin": "^1.1.6",
|
|
"url-loader": "^0.6.2",
|
|
"vue-loader": "^13.7.0",
|
|
"vue-style-loader": "^3.1.1",
|
|
"vue-template-compiler": "^2.5.13",
|
|
"webpack": "^3.10.0",
|
|
"webpack-chain": "^4.5.0",
|
|
"webpack-dev-server": "^2.11.1",
|
|
"webpack-merge": "^4.1.1",
|
|
"yorkie": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"vue": "^2.5.13",
|
|
"vue-router": "^3.0.1",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
}
|