mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat: Add new web frontend
This commit is contained in:
16
packages/web/package.json
Normal file
16
packages/web/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user