mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -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>
17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"name": "@example/view-transitions",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/tailwind": "^6.0.0-alpha.0",
|
|
"@astrojs/node": "^9.0.0-alpha.1",
|
|
"astro": "^5.0.0-alpha.1"
|
|
}
|
|
}
|