mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
3a144b1a69
* Revert "chore: downgrade examples to not use beta releases (#12557)"
This reverts commit 6031962ab5
.
* Update blog template for new content collections
* Update portfolio template for new content collections
* Update starlog template for new content collections
20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"name": "@example/framework-react",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.0.0-beta.2",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"astro": "^5.0.0-beta.12",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|