use-pwa2
Version:
use-pwa2 is install and update handler for pwa.
77 lines (76 loc) • 1.89 kB
JSON
{
"author": "piro0919 <piro.haniwa@gmail.com> (https://kkweb.io/)",
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"bugs": {
"url": "https://github.com/piro0919/use-pwa2/issues"
},
"dependencies": {
"use-pwa": "1.1.0"
},
"devDependencies": {
"@types/node": "^12.20.19",
"@types/react": "^16.14.13",
"@types/react-dom": "^16.9.14",
"gh-pages": "3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.3.5",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"homepage": "https://use-pwa2.kkweb.io",
"keywords": [
"hooks",
"react",
"pwa",
"usePwa",
"usePwa2"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"name": "use-pwa2",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/piro0919/use-pwa2.git"
},
"scripts": {
"build": "react-scripts build",
"build:package": "tsc -p tsconfig.gen-dts.json",
"deploy": "gh-pages -d build",
"start": "react-scripts start"
},
"types": "dist/index.d.ts",
"version": "0.2.1",
"funding": "https://github.com/sponsors/piro0919"
}