mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
b6ccaa6dc7
This reverts commit 76c21b19d2
.
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name": "@example/framework-svelte",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/svelte": "^5.2.0",
|
|
"astro": "^4.4.14",
|
|
"svelte": "^4.2.5"
|
|
}
|
|
}
|