mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-13 19:01:25 -06:00
32 lines
736 B
JSON
32 lines
736 B
JSON
{
|
|
"name": "@vue/cli-plugin-webpack-4",
|
|
"version": "4.5.8",
|
|
"description": "webpack-4 plugin for @vue/cli v5",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
|
"directory": "packages/@vue/cli-plugin-webpack-4"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"webpack 4"
|
|
],
|
|
"author": "Haoqun Jiang",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/@vue/cli-plugin-webpack-4#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"webpack": "^4.44.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/cli-service": "^5.0.0-0"
|
|
}
|
|
}
|