mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^12.6.0",
|
|
"@astrojs/solid-js": "^5.1.0",
|
|
"astro": "^5.11.2"
|
|
}
|
|
} |