Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@qwikdev/pwa

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qwikdev/pwa - npm Package Compare versions

Comparing version 0.0.0 to 0.0.3

lib-types/head.d.cts

121

package.json
{
"name": "@qwikdev/pwa",
"version": "0.0.0",
"description": "PWA",
"public": true,
"main": "index.js",
"type": "module",
"version": "0.0.3",
"packageManager": "pnpm@8.13.1",
"description": "Qwik PWA",
"homepage": "https://github.com/QwikDev/pwa#readme",
"repository": {
"type": "git",
"url": "https://github.com/QwikDev/pwa.git"
},
"bugs": "https://github.com/QwikDev/pwa/issues",
"keywords": [
"qwik",
"pwa",
"workbox",
"service worker"
],
"exports": {
".": {
"import": {
"types": "./lib-types/index.d.mts",
"default": "./lib/index.qwik.js"
},
"require": {
"types": "./lib-types/index.d.cts",
"default": "./lib/index.qwik.cjs"
}
},
"./head": {
"import": {
"types": "./lib-types/head.d.mts",
"default": "./lib/head.qwik.js"
},
"require": {
"types": "./lib-types/head.d.cts",
"default": "./lib/head.qwik.cjs"
}
},
"./sw": {
"import": {
"types": "./lib-types/sw.d.mts",
"default": "./lib/sw.qwik.js"
},
"require": {
"types": "./lib-types/sw.d.cts",
"default": "./lib/sw.qwik.cjs"
}
},
"./*": "./*"
},
"main": "lib/index.qwik.js",
"qwik": "lib/index.qwik.js",
"types": "lib-types/index.d.ts",
"typesVersions": {
"*": {
"head": [
"./lib-types/head.d.ts"
],
"sw": [
"./lib-types/sw.d.ts"
],
"*": [
"./*"
]
}
},
"files": [
"lib",
"lib-types"
],
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"cleanup": "rimraf lib lib-types tsconfig.tsbuildinfo",
"build": "pnpm cleanup && qwik build && node scripts/postbuild.mjs",
"build.lib.watch": "vite build --mode lib --watch",
"build.lib": "vite build --mode lib",
"build.types": "tsc --emitDeclarationOnly",
"dev": "pnpm build.lib.watch",
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
"fmt": "prettier --write .",
"fmt.check": "prettier --check .",
"lint": "eslint \"src/**/*.ts*\"",
"release": "np",
"start": "vite --open --mode ssr",
"test": "echo \"No test specified\" && exit 0",
"qwik": "qwik"
},
"author": "aslemammad",
"license": "ISC"
}
"dependencies": {
"@vite-pwa/assets-generator": "^0.2.2",
"fast-glob": "^3.3.2"
},
"devDependencies": {
"@builder.io/qwik": "1.2.19",
"@builder.io/qwik-city": "^1.2.19",
"@types/eslint": "^8.44.4",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-plugin-qwik": "latest",
"np": "^8.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"ultrahtml": "^1.5.2",
"undici": "^5.26.0",
"vite": "^4.4.11",
"vite-tsconfig-paths": "^4.2.1",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
}
}
index.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc