27 lines
No EOL
500 B
JSON
27 lines
No EOL
500 B
JSON
{
|
|
"name": "home.arpa",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@tailwindcss/vite": "^4.0.3",
|
|
"tailwindcss": "^4.0.3"
|
|
},
|
|
"trustedDependencies": [
|
|
"@biomejs/biome",
|
|
"@parcel/watcher",
|
|
"esbuild",
|
|
"sharp"
|
|
]
|
|
} |