mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
32 lines
781 B
JSON
32 lines
781 B
JSON
{
|
|
"name": "@vuepress/plugin-pwa",
|
|
"version": "1.0.0-alpha.49",
|
|
"description": "pwa plugin for vuepress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git",
|
|
"directory": "packages/@vuepress/plugin-pwa"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/shared-utils": "^1.0.0-alpha.49",
|
|
"register-service-worker": "^1.5.2",
|
|
"workbox-build": "^3.1.0"
|
|
},
|
|
"author": "ULIVZ <chl814@foxmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-pwa#readme"
|
|
}
|