mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
31 lines
776 B
JSON
31 lines
776 B
JSON
{
|
|
"name": "civil-chasm",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"prepare": "astro telemetry disable"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/starlight": "^0.30.3",
|
|
"@astrojs/starlight-tailwind": "^3.0.0",
|
|
"@astrojs/tailwind": "^5.1.4",
|
|
"@fontsource/inter": "^5.1.1",
|
|
"@fontsource/rubik": "^5.1.1",
|
|
"astro": "^5.1.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"cssnano": "^7.0.6",
|
|
"postcss-preset-env": "^10.1.3",
|
|
"sharp": "^0.33.5",
|
|
"starlight-openapi": "^0.9.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2",
|
|
"zod": "3.24.1"
|
|
}
|
|
}
|