mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
e55af8a232
* wip * Deprecate buildConfig and move to config.build * Implement the standalone server * Stay backwards compat * Add changesets * correctly merge URLs * Get config earlier * update node tests * Return the preview server * update remaining tests * swap usage and config ordering * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/metal-pumas-walk.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/metal-pumas-walk.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/stupid-points-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/stupid-points-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Link to build.server config Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
25 lines
564 B
JSON
25 lines
564 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"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"astro": "^1.4.7",
|
|
"svelte": "^3.48.0",
|
|
"@astrojs/svelte": "^1.0.1",
|
|
"@astrojs/node": "^1.1.0",
|
|
"concurrently": "^7.2.1",
|
|
"lightcookie": "^1.0.25",
|
|
"unocss": "^0.15.6",
|
|
"vite-imagetools": "^4.0.4"
|
|
}
|
|
}
|