mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-14 21:21:11 -05:00
- @vue/cli-plugin-e2e-cypress@3.1.2 - @vue/cli-plugin-eslint@3.1.5 - @vue/cli-plugin-pwa@3.1.2 - @vue/cli-service-global@3.1.3 - @vue/cli-service@3.1.4 - @vue/cli-ui-addon-webpack@3.1.2 - @vue/cli-ui-addon-widgets@3.1.2 - @vue/cli-ui@3.1.2 - @vue/cli@3.1.2 - @vue/eslint-config-prettier@4.0.1 - vue-cli-version-marker@3.1.1
28 lines
655 B
JSON
28 lines
655 B
JSON
{
|
|
"name": "@vue/cli-ui-addon-widgets",
|
|
"version": "3.1.2",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.1.0",
|
|
"@vue/cli-plugin-eslint": "^3.1.5",
|
|
"@vue/cli-service": "^3.1.4",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"eslint": "^5.8.0",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.2",
|
|
"vue-template-compiler": "^2.5.17"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|