24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"check": "biome check --apply-unsafe ."
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
"@biomejs/biome": "1.7.3",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"astro": "^5.17.2",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"packageManager": "pnpm@10.30.1"
|
|
}
|