2021-11-23 02:03:45 +00:00
|
|
|
{
|
|
|
|
"name": "@example/with-vite-plugin-pwa",
|
2022-09-13 19:02:57 +00:00
|
|
|
"type": "module",
|
2021-11-23 02:03:45 +00:00
|
|
|
"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"
|
2021-11-23 02:03:45 +00:00
|
|
|
},
|
2022-08-31 20:17:15 +00:00
|
|
|
"dependencies": {
|
2023-08-18 16:49:34 +00:00
|
|
|
"astro": "^3.0.0-beta.4",
|
2023-05-05 11:09:38 +00:00
|
|
|
"vite-plugin-pwa": "0.14.7",
|
2023-06-21 13:09:49 +00:00
|
|
|
"workbox-window": "^6.6.0"
|
2021-11-23 02:03:45 +00:00
|
|
|
}
|
|
|
|
}
|