Files
lolisland.us/package.json

29 lines
649 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"
}
}