astro/examples/framework-solid/package.json
github-actions[bot] 6a6047483b
[ci] release (#3692)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-24 12:55:36 -05:00

18 lines
354 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.2.0",
"astro": "^1.0.0-beta.54"
},
"dependencies": {
"solid-js": "^1.4.3"
}
}