astro/examples/framework-solid/package.json
github-actions[bot] 973d398074
[ci] release (#2786)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-15 11:40:51 -04:00

15 lines
303 B
JSON

{
"name": "@example/framework-solid",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.4.0",
"astro": "^0.24.1"
}
}