@lcdp/offline-plugin
Version:
offline-plugin for webpack
89 lines (88 loc) • 2.82 kB
JSON
{
"name": "@lcdp/offline-plugin",
"version": "6.0.0",
"description": "offline-plugin for webpack",
"main": "lib/index.js",
"files": [
"lib/",
"tpls/",
"runtime.js",
"runtime.d.ts"
],
"scripts": {
"test": "vitest run --config tests/vitest.config.ts --passWithNoTests",
"test:watch": "vitest --config tests/vitest.config.ts",
"build": "./node_modules/.bin/babel src/ -d lib/",
"watch": "npm run build -- --watch",
"version": "node build/update-changelog.js && git add CHANGELOG.md",
"install:build-deps": "node build/install-build-deps.js",
"tag": "git push && git push --tags",
"publish:latest": "npm publish",
"publish:next": "npm publish --tag=next",
"release:latest:patch": "npm version patch -m '[ci skip] Release %s' && npm run tag && npm run publish:latest",
"release:latest:minor": "npm version minor -m '[ci skip] Release %s' && npm run tag && npm run publish:latest",
"release:latest:major": "npm version major -m '[ci skip] Release %s' && npm run tag && npm run publish:latest",
"release:next:patch": "npm --no-git-tag-version version prepatch && npm run publish:next",
"release:next:minor": "npm --no-git-tag-version version preminor && npm run publish:next",
"release:next:major": "npm --no-git-tag-version version premajor && npm run publish:next",
"release:next:update": "npm --no-git-tag-version version prerelease && npm run publish:next"
},
"repository": {
"type": "git",
"url": "https://github.com/LeComptoirDesPharmacies/offline-plugin.git"
},
"author": "Le Comptoir Des Pharmacies <webmaster@lecomptoirdespharmacies.fr>",
"contributors": [
"Arthur Stolyar <nekr.fabula@gmail.com>"
],
"license": "MIT",
"dependencies": {
"deep-extend": "^0.5.1",
"ejs": "^3.1.7",
"loader-utils": "0.2.x",
"minimatch": "^3.0.3",
"slash": "^1.0.0"
},
"bugs": {
"url": "https://github.com/LeComptoirDesPharmacies/offline-plugin/issues"
},
"engines": {
"npm": "please-use-pnpm"
},
"homepage": "https://github.com/LeComptoirDesPharmacies/offline-plugin",
"keywords": [
"webpack",
"plugin",
"offline",
"cache",
"caching",
"storage",
"service-worker",
"serviceworker",
"appcache",
"application cache",
"pwa",
"progressive web apps",
"app-shell",
"appshell"
],
"devDependencies": {
"@rspack/core": "^2.0.1",
"babel": "5.8.38",
"babel-eslint": "^9.0.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^5.5.0",
"express": "^4.16.2",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"typescript": "^6.0.3",
"vitest": "^4.1.5",
"webpack": "^5.0.0"
},
"buildDependencies": {
"babel": "^5.8.38"
},
"testsBrowserDependencies": {
"puppeteer": "^1.1.1"
}
}