mirror of
https://github.com/101island/lolisland.us.git
synced 2026-03-01 03:49:42 +08:00
32 lines
752 B
JSON
32 lines
752 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",
|
|
"format": "biome format --write .",
|
|
"lint": "biome lint --write .",
|
|
"check": "biome check --write .",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^12.6.12",
|
|
"@astrojs/react": "^4.4.2",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"astro": "^5.0.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.8",
|
|
"@iconify-json/flag": "^1.2.10",
|
|
"@unocss/preset-icons": "^66.5.10",
|
|
"unocss": "^66.5.10"
|
|
}
|
|
}
|