astro/examples/framework-solid/package.json
Houston (Bot) 6f47c6c919
[ci] release (rc) (#8256)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-29 10:58:09 -04:00

18 lines
372 B
JSON

{
"name": "@example/framework-solid",
"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/solid-js": "^3.0.0-rc.4",
"astro": "^3.0.0-rc.9",
"solid-js": "^1.7.11"
}
}