60684fad72
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "@example/with-vite-plugin-pwa",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^3.1.4",
|
|
"vite-plugin-pwa": "0.16.4",
|
|
"workbox-window": "^7.0.0"
|
|
}
|
|
}
|