astro/examples/with-vite-plugin-pwa/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
370 B
JSON
Raw Normal View History

{
"name": "@example/with-vite-plugin-pwa",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-09-01 23:26:05 +00:00
"astro": "^3.0.7",
2023-08-24 08:34:33 +00:00
"vite-plugin-pwa": "0.16.4",
"workbox-window": "^7.0.0"
}
}