mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:29:30 +08:00
87 lines
2.3 KiB
Text
87 lines
2.3 KiB
Text
{
|
|
"name": "vite-plugin-pwa",
|
|
"version": "0.12.3",
|
|
"packageManager": "pnpm@7.1.8",
|
|
"description": "Zero-config PWA for Vite",
|
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/antfu/vite-plugin-pwa",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/antfu/vite-plugin-pwa"
|
|
},
|
|
"bugs": "https://github.com/antfu/vite-plugin-pwa/issues",
|
|
"keywords": [
|
|
"react",
|
|
"pwa",
|
|
"vue",
|
|
"vitepress",
|
|
"preact",
|
|
"svelte",
|
|
"sveltekit",
|
|
"workbox",
|
|
"solidjs",
|
|
"vite",
|
|
"vite-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts",
|
|
"client.d.ts"
|
|
],
|
|
"scripts": {
|
|
"docs": "npm -C docs run dev",
|
|
"docs:build": "npm -C docs run build",
|
|
"docs:serve": "npm -C docs run serve",
|
|
"docs:preview": "npm -C docs run preview",
|
|
"lint": "eslint .",
|
|
"dev": "esno scripts/dev.ts",
|
|
"build": "esno scripts/build.ts",
|
|
"prepublishOnly": "npm run build",
|
|
"release": "npx bumpp --push --tag --commit && npm publish",
|
|
"examples": "esno scripts/run-examples.ts",
|
|
"example:vue:dev:cdn": "npm -C examples/vue-basic-cdn run dev",
|
|
"example:vue:build:cdn": "npm -C examples/vue-basic-cdn run build",
|
|
"example:vue:start:cdn": "npm -C examples/vue-basic-cdn run start"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^2.0.0 || ^3.0.0-0",
|
|
"workbox-build": "^6.4.0",
|
|
"workbox-window": "^6.4.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"fast-glob": "^3.2.11",
|
|
"pretty-bytes": "^6.0.0",
|
|
"rollup": "^2.75.7",
|
|
"workbox-build": "^6.5.3",
|
|
"workbox-window": "^6.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.25.2",
|
|
"@antfu/ni": "^0.16.3",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/prompts": "^2.4.0",
|
|
"@types/react": "^18.0.14",
|
|
"@types/workbox-build": "^5.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.3",
|
|
"eslint": "^8.19.0",
|
|
"esno": "^0.14.1",
|
|
"kolorist": "^1.5.1",
|
|
"pnpm": "^7.4.1",
|
|
"preact": "^10.8.2",
|
|
"prompts": "^2.4.2",
|
|
"react": "^18.2.0",
|
|
"rollup": "^2.75.7",
|
|
"solid-js": "^1.4.5",
|
|
"svelte": "^3.48.0",
|
|
"tsup": "^6.1.3",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^2.9.13",
|
|
"vue": "^3.2.37"
|
|
}
|
|
}
|