mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 11:50:19 -06:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@vue/cli-ui-addon-webpack",
|
|
"version": "4.5.8",
|
|
"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": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/eslint-parser": "^7.12.1",
|
|
"@vue/cli-plugin-babel": "^4.5.8",
|
|
"@vue/cli-plugin-eslint": "^4.5.8",
|
|
"@vue/cli-service": "^4.5.8",
|
|
"@vue/eslint-config-standard": "^6.0.0",
|
|
"core-js": "^3.8.1",
|
|
"eslint": "^7.15.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-vue": "^7.2.0",
|
|
"stylus": "^0.54.7",
|
|
"stylus-loader": "^4.3.1",
|
|
"vue-progress-path": "^0.0.2",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuex": "^3.6.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|