UNPKG

@vite-pwa/vitepress

Version:
67 lines 1.62 kB
{ "name": "@vite-pwa/vitepress", "type": "module", "version": "1.1.0", "description": "Zero-config PWA for VitePress", "author": "antfu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/vite-pwa/vitepress#readme", "repository": { "type": "git", "url": "git+https://github.com/vite-pwa/vitepress.git" }, "bugs": "https://github.com/vite-pwa/vitepress/issues", "keywords": [ "vitepress", "workbox", "pwa", "vite", "vite-plugin" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "./package.json": "./package.json", "./dist/*": "./dist/*" }, "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "*.d.ts", "dist" ], "peerDependencies": { "@vite-pwa/assets-generator": "^1.0.0", "vite-plugin-pwa": "^1.2.0" }, "peerDependenciesMeta": { "@vite-pwa/assets-generator": { "optional": true } }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@antfu/ni": "^0.21.9", "@types/debug": "^4.1.12", "@types/node": "^20.8.7", "@typescript-eslint/eslint-plugin": "^6.11.0", "bumpp": "^9.2.0", "eslint": "^9.23.0", "https-localhost": "^4.7.1", "typescript": "^5.4.5", "unbuild": "^2.0.0", "vite": "^5.2.10", "vite-plugin-pwa": "^1.2.0", "vitepress": "^1.1.4" }, "scripts": { "build": "unbuild", "lint": "eslint .", "lint:fix": "nr lint --fix", "release": "bumpp" } }