@leanup/cli-pwa
Version:
This module contains pwa features for the @leanup/cli.
42 lines (41 loc) • 921 B
JSON
{
"name": "@leanup/cli-pwa",
"version": "1.3.13",
"description": "This module contains pwa features for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
"files": [
"lib/**",
"template/**",
"index.js",
"webpack.config.js"
],
"keywords": [
"manifest",
"workbox",
"pwa"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/leanupjs/leanup.git"
},
"bugs": {
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"webpack-pwa-manifest": "4.3.0",
"workbox-webpack-plugin": "6.5.3"
},
"devDependencies": {
"@leanup/cli": "1.3.13",
"@types/node": "17.0.29",
"typescript": "4.5.5"
},
"peerDependencies": {
"@leanup/cli": "~1.3.0"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
}
}