{ "name": "support-formatter-ui", "type": "module", "version": "0.1.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/sitemap": "^3.2.0", "@fontsource/work-sans": "^5.1.0", "astro": "^4.15.11", "astro-meta-tags": "^0.3.1", "autoprefixer": "^10.4.19", "postcss-preset-env": "^9.6.0", "typescript": "^5.6.2" } }