mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-27 17:49:06 -06:00
- @vue/cli-init@3.1.1 - @vue/cli-plugin-e2e-cypress@3.1.1 - @vue/cli-plugin-e2e-nightwatch@3.1.1 - @vue/cli-plugin-eslint@3.1.4 - @vue/cli-plugin-pwa@3.1.1 - @vue/cli-plugin-typescript@3.1.1 - @vue/cli-plugin-unit-jest@3.1.1 - @vue/cli-plugin-unit-mocha@3.1.1 - @vue/cli-service-global@3.1.2 - @vue/cli-service@3.1.2 - @vue/cli-shared-utils@3.1.1 - @vue/cli-test-utils@3.1.1 - @vue/cli-ui-addon-webpack@3.1.1 - @vue/cli-ui-addon-widgets@3.1.1 - @vue/cli-ui@3.1.1 - @vue/cli-upgrade@3.1.1 - @vue/cli@3.1.1 - @vue/eslint-config-typescript@3.1.1
32 lines
701 B
JSON
32 lines
701 B
JSON
{
|
|
"name": "@vue/cli-plugin-pwa",
|
|
"version": "3.1.1",
|
|
"description": "pwa plugin for vue-cli",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"pwa"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-pwa#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@vue/cli-shared-utils": "^3.1.1",
|
|
"workbox-webpack-plugin": "^3.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"register-service-worker": "^1.0.0"
|
|
}
|
|
}
|