mirror of
https://github.com/101island/lolisland.us.git
synced 2026-03-01 11:49:43 +08:00
21 lines
385 B
JSON
21 lines
385 B
JSON
{
|
|
"name": "lolisland.us",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^12.6.12",
|
|
"astro": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.8"
|
|
}
|
|
}
|