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": {
|
|
|
|
"@astrojs/check": "^0.7.0",
|
2024-06-10 14:55:10 +00:00
|
|
|
"@astrojs/starlight": "^0.24.0",
|
|
|
|
"@astrojs/starlight-tailwind": "^2.0.3",
|
2024-05-21 16:07:56 +00:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
|
|
"@fontsource/inter": "^5.0.18",
|
|
|
|
"@fontsource/rubik": "^5.0.20",
|
2024-06-10 14:55:10 +00:00
|
|
|
"astro": "^4.10.1",
|
2024-05-21 16:07:56 +00:00
|
|
|
"autoprefixer": "^10.4.19",
|
2024-06-10 14:55:10 +00:00
|
|
|
"cssnano": "^7.0.2",
|
|
|
|
"postcss-preset-env": "^9.5.14",
|
2024-05-21 16:07:56 +00:00
|
|
|
"sharp": "^0.33.4",
|
|
|
|
"tailwindcss": "^3.4.3",
|
|
|
|
"typescript": "^5.4.5"
|
2022-02-19 16:06:11 +00:00
|
|
|
}
|
|
|
|
}
|