fc6826ff76
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
27 lines
616 B
JSON
27 lines
616 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": "^2.2.1",
|
|
"@astrojs/react": "^2.2.1",
|
|
"@astrojs/solid-js": "^2.2.0",
|
|
"@astrojs/svelte": "^3.1.0",
|
|
"@astrojs/vue": "^2.2.1",
|
|
"astro": "^2.7.3",
|
|
"preact": "^10.15.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"solid-js": "^1.7.6",
|
|
"svelte": "^3.59.1",
|
|
"vue": "^3.3.4"
|
|
}
|
|
}
|