mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -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
28 lines
701 B
JSON
28 lines
701 B
JSON
{
|
|
"name": "@example/framework-multiple",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/preact": "^4.0.0-beta.1",
|
|
"@astrojs/react": "^4.0.0-beta.2",
|
|
"@astrojs/solid-js": "^5.0.0-beta.1",
|
|
"@astrojs/svelte": "^7.0.0-beta.1",
|
|
"@astrojs/vue": "^5.0.0-beta.3",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"astro": "^5.0.0-beta.12",
|
|
"preact": "^10.24.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"solid-js": "^1.9.3",
|
|
"svelte": "^5.1.16",
|
|
"vue": "^3.5.12"
|
|
}
|
|
}
|