astro/examples/framework-svelte/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
359 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": "^3.1.0",
"astro": "^2.7.4",
2023-06-21 13:09:49 +00:00
"svelte": "^3.59.1"
}
}