astro/examples/framework-multiple/package.json

16 lines
320 B
JSON
Raw Normal View History

{
"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-solid": "^0.2.0-next.1",
"astro": "^0.21.0-next.8"
}
}