2021-11-22 21:03:45 -05:00
|
|
|
{
|
|
|
|
"name": "@example/with-vite-plugin-pwa",
|
2022-09-13 14:02:57 -05:00
|
|
|
"type": "module",
|
2021-11-22 21:03:45 -05:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
2022-08-05 23:36:23 -05:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-11-22 21:03:45 -05:00
|
|
|
},
|
2022-08-31 15:17:15 -05:00
|
|
|
"dependencies": {
|
2023-07-14 09:44:25 -05:00
|
|
|
"astro": "^2.8.3",
|
2023-05-05 06:09:38 -05:00
|
|
|
"vite-plugin-pwa": "0.14.7",
|
2023-06-21 08:09:49 -05:00
|
|
|
"workbox-window": "^6.6.0"
|
2021-11-22 21:03:45 -05:00
|
|
|
}
|
|
|
|
}
|