{ "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.3", "@astrojs/starlight": "^0.28.2", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.1", "@fontsource/inter": "^5.1.0", "@fontsource/rubik": "^5.1.0", "astro": "^4.15.9", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "postcss-preset-env": "^10.0.5", "sharp": "^0.33.5", "tailwindcss": "^3.4.13", "typescript": "^5.6.2" } }