astro/examples/framework-svelte/package.json
Fred K. Bot d08093f7d4
[ci] release (#4903)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-29 11:20:00 -04:00

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": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.1",
"astro": "^1.4.0"
}
}