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",
|
|
|
|
"@astrojs/starlight": "^0.30.3",
|
|
|
|
"@astrojs/starlight-tailwind": "^3.0.0",
|
2024-11-06 11:40:28 +00:00
|
|
|
"@astrojs/tailwind": "^5.1.4",
|
2024-12-29 14:03:23 +00:00
|
|
|
"@fontsource/inter": "^5.1.1",
|
|
|
|
"@fontsource/rubik": "^5.1.1",
|
2024-11-06 11:40:28 +00:00
|
|
|
"astro": "^5.1.1",
|
2024-10-16 10:57:08 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
|
|
|
"cssnano": "^7.0.6",
|
2024-12-29 14:03:23 +00:00
|
|
|
"postcss-preset-env": "^10.1.3",
|
2024-10-16 10:57:08 +00:00
|
|
|
"sharp": "^0.33.5",
|
2024-12-26 13:01:53 +00:00
|
|
|
"starlight-openapi": "^0.9.0",
|
2024-12-23 15:35:47 +00:00
|
|
|
"tailwindcss": "^3.4.17",
|
|
|
|
"typescript": "^5.7.2",
|
|
|
|
"zod": "3.24.1"
|
2022-02-19 16:06:11 +00:00
|
|
|
}
|
|
|
|
}
|