mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00

- change language keys to kebab-case - add new languages to docs: ca, de, es, sr-latn, zh-hans
29 lines
721 B
JSON
29 lines
721 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.7.0",
|
|
"@astrojs/starlight": "^0.22.4",
|
|
"@astrojs/starlight-tailwind": "^2.0.2",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@fontsource/inter": "^5.0.18",
|
|
"@fontsource/rubik": "^5.0.20",
|
|
"astro": "^4.8.6",
|
|
"autoprefixer": "^10.4.19",
|
|
"cssnano": "^7.0.1",
|
|
"postcss-preset-env": "^9.5.13",
|
|
"sharp": "^0.33.4",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|