0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/framework-multiple/package.json
Houston (Bot) 34c39a0c96
[ci] release (#8145)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-18 17:13:25 -04:00

27 lines
618 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.2",
"@astrojs/react": "^2.3.2",
"@astrojs/solid-js": "^2.2.1",
"@astrojs/svelte": "^3.1.1",
"@astrojs/vue": "^2.2.1",
"astro": "^2.10.12",
"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"
}
}