@leanup/cli-pwa
Version:
This module contains pwa features for the @leanup/cli.
39 lines • 858 B
JSON
{
"name": "@leanup/cli-pwa",
"version": "1.3.54",
"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.6.0"
},
"devDependencies": {
"@types/node": "20.14.2",
"typescript": "5.4.5",
"@leanup/cli": "1.3.54"
},
"peerDependencies": {
"@leanup/cli": "1.3.54"
},
"scripts": {}
}