Files
Houston (Bot) 0f0a4c44af [ci] release (#14172)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-01 15:43:53 +01:00

18 lines
336 B
JSON

{
"name": "@example/framework-solid",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^5.1.0",
"astro": "^5.12.8",
"solid-js": "^1.9.5"
}
}