@mangadex-pub/vite-pwa-nuxt
Version:
Zero-config PWA for Nuxt 3
78 lines (77 loc) • 2.03 kB
JSON
{
"name": "@mangadex-pub/vite-pwa-nuxt",
"type": "module",
"version": "0.0.8",
"packageManager": "pnpm@7.26.1",
"description": "Zero-config PWA for Nuxt 3",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vite-pwa/nuxt#readme",
"repository": {
"type": "git",
"url": "https://github.com/mangadex-pub/vite-pwa-nuxt"
},
"bugs": "https://github.com/vite-pwa/nuxt/issues",
"keywords": [
"nuxt",
"pwa",
"workbox",
"vite-plugin-pwa",
"nuxt-module"
],
"exports": {
".": {
"types": "./dist/types.d.ts",
"require": "./dist/module.cjs",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"templates"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:generate": "nuxt generate playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:preview": "npm run dev:build && node playground/.output/server/index.mjs",
"dev:preview:generate": "npm run dev:generate && npx serve playground/dist",
"prepublishOnly": "npm run prepack",
"release": "bumpp && npm publish --access=public",
"lint": "eslint .",
"lint-fix": "nr lint --fix"
},
"peerDependencies": {
"@nuxt/kit": "^3.0.0 || ^3.1.0",
"vite-plugin-pwa": "^0.14.0"
},
"dependencies": {
"@nuxt/kit": "^3.2.0",
"vite-plugin-pwa": "^0.14.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@antfu/ni": "^0.20.0",
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.2.0",
"@nuxt/test-utils": "^3.2.0",
"bumpp": "^8.2.1",
"eslint": "^8.34.0",
"nuxt": "^3.2.0",
"typescript": "^4.9.5"
},
"build": {
"externals": [
"node:child_process",
"node:fs",
"consola",
"pathe",
"ufo"
]
}
}