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.

16 lines
300 B
JSON
Raw Normal View History

{
"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": "^0.23.3",
2021-12-16 22:32:13 +00:00
"vite-plugin-pwa": "0.11.5"
}
}