23096dbee8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"name": "@example/framework-multiple",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/preact": "^3.0.0-rc.2",
|
|
"@astrojs/react": "^3.0.0-rc.5",
|
|
"@astrojs/solid-js": "^3.0.0-rc.3",
|
|
"@astrojs/svelte": "^4.0.0-rc.2",
|
|
"@astrojs/vue": "^3.0.0-rc.1",
|
|
"astro": "^3.0.0-rc.7",
|
|
"preact": "^10.17.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"solid-js": "^1.7.11",
|
|
"svelte": "^4.2.0",
|
|
"vue": "^3.3.4"
|
|
}
|
|
}
|