package.json 731 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/plugin-pwa",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.11",
U
ULIVZ 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
  "description": "pwa plugin for vuepress",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuepress.git"
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
  "dependencies": {
U
ULIVZ 已提交
20
    "@vuepress/shared-utils": "^1.0.0-alpha.11",
21
    "register-service-worker": "^1.5.2",
U
ULIVZ 已提交
22
    "workbox-build": "^3.1.0"
U
ULIVZ 已提交
23
  },
U
ULIVZ 已提交
24
  "author": "ULIVZ <chl814@foxmail.com>",
U
ULIVZ 已提交
25 26 27 28 29
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-pwa#readme"
U
ULIVZ 已提交
30
}