mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-13 10:39:38 -06:00
40 lines
943 B
JSON
40 lines
943 B
JSON
{
|
|
"name": "@vue/cli-ui-addon-webpack",
|
|
"version": "3.5.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
|
"directory": "packages/@vue/cli-ui-addon-webpack"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"prepublishOnly": "yarn run lint --no-fix && yarn run build"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.5.1",
|
|
"@vue/cli-plugin-eslint": "^3.5.1",
|
|
"@vue/cli-service": "^3.5.1",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"eslint": "^5.14.1",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.2",
|
|
"vue-progress-path": "^0.0.2",
|
|
"vue-template-compiler": "^2.5.21",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|