mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 04:51:17 +00:00
31 lines
777 B
JSON
31 lines
777 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.32.2",
|
|
"@astrojs/starlight-tailwind": "^3.0.0",
|
|
"@astrojs/tailwind": "^5.1.5",
|
|
"@fontsource/inter": "^5.2.5",
|
|
"@fontsource/rubik": "^5.2.5",
|
|
"astro": "^5.5.2",
|
|
"autoprefixer": "^10.4.21",
|
|
"cssnano": "^7.0.6",
|
|
"postcss-preset-env": "^10.1.5",
|
|
"sharp": "^0.33.5",
|
|
"starlight-openapi": "^0.14.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.2",
|
|
"zod": "3.24.2"
|
|
}
|
|
}
|