UNPKG

@vite-pwa/create-pwa

Version:
72 lines (71 loc) 1.68 kB
{ "name": "@vite-pwa/create-pwa", "type": "module", "version": "0.6.2", "packageManager": "pnpm@10.6.3", "description": "PWA Templates", "author": "antfu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/vite-pwa/create-pwa#readme", "repository": { "type": "git", "url": "git+https://github.com/vite-pwa/create-pwa.git" }, "bugs": "https://github.com/vite-pwa/create-pwa/issues", "keywords": [ "react", "remix", "pwa", "vue", "vitepress", "preact", "svelte", "sveltekit", "workbox", "solidjs", "vite", "template" ], "bin": { "create-pwa": "index.js" }, "files": [ "dist", "index.js", "templates" ], "engines": { "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "scripts": { "dev": "unbuild --stub", "build": "unbuild", "lint": "eslint .", "lint:fix": "nr lint --fix", "prepublishOnly": "npm run build", "release": "bumpp && npm publish" }, "devDependencies": { "@antfu/eslint-config": "^4.10.1", "@antfu/ni": "^24.1.0", "@types/cross-spawn": "^6.0.6", "@types/fs-extra": "^11.0.4", "@types/minimist": "^1.2.5", "@types/node": "^20.12.8", "@types/prompts": "^2.4.9", "bumpp": "^10.1.0", "cross-spawn": "^7.0.6", "eslint": "^9.22.0", "eslint-plugin-antfu": "^3.1.1", "kolorist": "^1.8.0", "magicast": "^0.3.5", "minimist": "^1.2.8", "package-manager-detector": "^1.0.0", "prompts": "^2.4.2", "tsx": "^4.19.3", "typescript": "^5.8.2", "unbuild": "^3.5.0", "vitest": "^3.0.8" } }