astro/examples/with-vite-plugin-pwa/package.json
2021-11-22 20:03:45 -06:00

15 lines
308 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": "^0.21.0-next.3",
"vite-plugin-pwa": "^0.11.5"
}
}