astro/examples/with-vite-plugin-pwa/package.json
Fred K. Bot 94143fcdba
[ci] release (#3789)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-01 17:43:26 +00:00

16 lines
340 B
JSON

{
"name": "@example/with-vite-plugin-pwa",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.62",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
}