2022-02-19 16:06:11 +00:00
|
|
|
{
|
2024-05-21 16:07:56 +00:00
|
|
|
"name": "civil-chasm",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
2022-02-19 16:06:11 +00:00
|
|
|
"scripts": {
|
2024-05-21 16:07:56 +00:00
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro check && astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
|
|
|
"prepare": "astro telemetry disable"
|
2022-02-19 16:06:11 +00:00
|
|
|
},
|
2024-05-21 16:07:56 +00:00
|
|
|
"dependencies": {
|
2024-12-23 15:35:47 +00:00
|
|
|
"@astrojs/check": "^0.9.4",
|
2025-03-01 13:08:00 +00:00
|
|
|
"@astrojs/starlight": "^0.32.2",
|
2024-12-23 15:35:47 +00:00
|
|
|
"@astrojs/starlight-tailwind": "^3.0.0",
|
2025-03-01 13:08:00 +00:00
|
|
|
"@astrojs/tailwind": "^5.1.5",
|
|
|
|
"@fontsource/inter": "^5.2.5",
|
|
|
|
"@fontsource/rubik": "^5.2.5",
|
|
|
|
"astro": "^5.5.2",
|
|
|
|
"autoprefixer": "^10.4.21",
|
2024-10-16 10:57:08 +00:00
|
|
|
"cssnano": "^7.0.6",
|
2025-03-01 13:08:00 +00:00
|
|
|
"postcss-preset-env": "^10.1.5",
|
2024-10-16 10:57:08 +00:00
|
|
|
"sharp": "^0.33.5",
|
2025-03-01 13:08:00 +00:00
|
|
|
"starlight-openapi": "^0.14.1",
|
2024-12-23 15:35:47 +00:00
|
|
|
"tailwindcss": "^3.4.17",
|
2025-03-01 13:08:00 +00:00
|
|
|
"typescript": "^5.8.2",
|
|
|
|
"zod": "3.24.2"
|
2022-02-19 16:06:11 +00:00
|
|
|
}
|
|
|
|
}
|