mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
16 lines
308 B
JSON
16 lines
308 B
JSON
|
{
|
||
|
"name": "@example/with-vite-plugin-pwa",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"astro": "^0.21.0-next.3",
|
||
|
"vite-plugin-pwa": "^0.11.5"
|
||
|
}
|
||
|
}
|