mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
17 lines
342 B
JSON
17 lines
342 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": "^4.4.3",
|
|
"astro": "^5.0.0-beta.8",
|
|
"solid-js": "^1.9.2"
|
|
}
|
|
}
|