mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-16 20:30:19 -06:00
31 lines
666 B
JSON
31 lines
666 B
JSON
{
|
|
"name": "@vue/cli-plugin-pwa",
|
|
"version": "3.0.0-alpha.2",
|
|
"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/packages/@vue/cli-plugin-pwa#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"sw-precache-webpack-plugin": "^0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"register-service-worker": "^1.0.0"
|
|
}
|
|
}
|