mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
28 lines
657 B
JSON
28 lines
657 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.1",
|
|
"@astrojs/react": "^4.1.2",
|
|
"@astrojs/solid-js": "^5.0.1",
|
|
"@astrojs/svelte": "^7.0.2",
|
|
"@astrojs/vue": "^5.0.3",
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "^19.0.2",
|
|
"astro": "^5.1.1",
|
|
"preact": "^10.24.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"solid-js": "^1.9.3",
|
|
"svelte": "^5.1.16",
|
|
"vue": "^3.5.12"
|
|
}
|
|
}
|