mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
5966accdc1
* [ci] release (alpha) * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * links to existing experimental docs instead of ones that don't exist yet! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"name": "@example/ssr",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"server": "node dist/server/entry.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.0.0-alpha.1",
|
|
"@astrojs/svelte": "^6.0.0-alpha.0",
|
|
"astro": "^5.0.0-alpha.1",
|
|
"svelte": "^4.2.18"
|
|
}
|
|
}
|