astro/examples/framework-svelte/package.json

19 lines
368 B
JSON
Raw Normal View History

{
"name": "@example/framework-svelte",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^4.0.0-rc.2",
"astro": "^3.0.0-rc.7",
2023-08-24 08:34:33 +00:00
"svelte": "^4.2.0"
}
}