2b89613539
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
20 lines
509 B
JSON
20 lines
509 B
JSON
{
|
|
"name": "@example/framework-multiple",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/renderer-lit": "^0.4.0",
|
|
"@astrojs/renderer-preact": "^0.5.0",
|
|
"@astrojs/renderer-react": "^0.5.0",
|
|
"@astrojs/renderer-solid": "^0.4.0",
|
|
"@astrojs/renderer-svelte": "^0.5.2",
|
|
"@astrojs/renderer-vue": "^0.4.0",
|
|
"astro": "^0.24.3"
|
|
}
|
|
}
|