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-10-02 10:55:56 -05:00
|
|
|
"astro": "^3.2.2",
|
2023-08-24 03:34:33 -05:00
|
|
|
"vite-plugin-pwa": "0.16.4",
|
|
|
|
"workbox-window": "^7.0.0"
|
2021-11-22 21:03:45 -05:00
|
|
|
}
|
|
|
|
}
|