mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
17 lines
303 B
JSON
17 lines
303 B
JSON
|
{
|
||
|
"name": "@example/framework-solid",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"astro": "^0.18.0-next.1",
|
||
|
"@astrojs/renderer-solid": "0.0.1"
|
||
|
},
|
||
|
"snowpack": {
|
||
|
"workspaceRoot": "../.."
|
||
|
}
|
||
|
}
|