astro/examples/with-vite-plugin-pwa/package.json
Fred K. Schott 1032e450cc Revert "[ci] release (#3279)"
This reverts commit 9fb2c4744c.
2022-05-03 17:04:44 -07: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.22",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
}