castopod/docs/package.json

31 lines
776 B
JSON
Raw Permalink Normal View History

{
"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",
2024-11-06 11:40:28 +00:00
"@astrojs/tailwind": "^5.1.4",
"@fontsource/inter": "^5.1.1",
"@fontsource/rubik": "^5.1.1",
2024-11-06 11:40:28 +00:00
"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"
}
}