astro/examples/framework-solid/package.json
Fred K. Bot fc46ca53d1
[ci] release (#5607)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-16 15:54:19 -05:00

18 lines
361 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": {
"astro": "^1.7.0",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.2.3"
}
}