mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
a44cfb874a
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
28 lines
658 B
JSON
28 lines
658 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",
|
|
"@astrojs/react": "^4.1.1",
|
|
"@astrojs/solid-js": "^5.0.0",
|
|
"@astrojs/svelte": "^7.0.1",
|
|
"@astrojs/vue": "^5.0.2",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"astro": "^5.0.8",
|
|
"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"
|
|
}
|
|
}
|