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-10-10 14:30:52 +00:00
|
|
|
"astro": "^3.2.4",
|
2023-08-24 08:34:33 +00:00
|
|
|
"vite-plugin-pwa": "0.16.4",
|
|
|
|
"workbox-window": "^7.0.0"
|
2021-11-23 02:03:45 +00:00
|
|
|
}
|
|
|
|
}
|