astro/examples/framework-solid/package.json
github-actions[bot] c78d7a46c9
[ci] release (next) (#2860)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-24 17:37:49 -05:00

18 lines
362 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/solid-js": "^0.0.2-next.0",
"astro": "^0.25.0-next.3"
},
"dependencies": {
"solid-js": "^1.3.13"
}
}