support-formatter-ui/package.json

23 lines
528 B
JSON
Raw Normal View History

2024-10-03 15:59:18 +00:00
{
2024-10-03 19:56:37 +00:00
"name": "support-formatter-ui",
2024-10-03 15:59:18 +00:00
"type": "module",
2024-10-03 22:17:11 +00:00
"version": "0.2.0",
2024-10-03 15:59:18 +00:00
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
2024-10-03 19:56:37 +00:00
"@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",
2024-10-03 15:59:18 +00:00
"typescript": "^5.6.2"
}
2024-10-03 19:56:37 +00:00
}